Ignore:
Timestamp:
Jun 5, 2012, 9:51:10 AM (13 years ago)
Author:
dmik
Message:

icedtea-web: Wrap OS/2 HWND in WinOS2 HWND.

Java expects WinOS2 HWNDs while the plugin gets the OS/2 HWND
from the browser.

This commit also includes some source file reorganization (for clarity).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/plugin/icedteanp/Makefile.kmk

    r367 r377  
    1414DLLS               += npicedt
    1515npicedt_TEMPLATE    = Cxx
    16 npicedt_INCS        = $(PATH_ROOT)/extra $(PATH_MOZILLA_INCS) $(PATH_GLIB_INCS)
     16npicedt_INCS        = $(PATH_CURRENT) $(PATH_MOZILLA_INCS) $(PATH_GLIB_INCS)
     17npicedt_INCS.os2    = os2
    1718npicedt_DEFS        = MOZILLA_VERSION_COLLAPSED=$(MOZILLA_VERSION_COLLAPSED) \
    1819                      DETECT_DATA_DIR=$(DETECT_DATA_DIR) \
     
    2829                      -DPLUGIN_BOOTCLASSPATH="$(PLUGIN_BOOTCLASSPATH)"
    2930npicedt_LIBS        = $(PATH_GLIB_LIBS) pthread
     31npicedt_LIBS.os2    = kernel32.lib user32.lib
    3032npicedt_LIBPATH     = $(PATH_GLIB_LIBPATH)
     33npicedt_LIBPATH.os2 = kernel32.lib user32.lib $(SDK_ODIN_LIBPATH)
    3134
    3235npicedt_SOURCES     = \
     
    3538    IcedTeaJavaRequestProcessor.cc \
    3639    IcedTeaPluginRequestProcessor.cc \
    37     IcedTeaPluginUtils.cc \
    38     $(PATH_ROOT)/extra/OS.cc \
     40    IcedTeaPluginUtils.cc
     41
     42npicedt_SOURCES.os2 = \
     43    os2/OS_OS2.cc \
     44    os2/OS_OS2_WinOS2.cc \
    3945    $(PATH_ROOT)/plugin_os2.def
     46
     47os2/OS_OS2_WinOS2.cc_SDKS.os2 += ODIN
    4048
    4149PLUGIN_RC           = $(npicedt_0_OUTDIR)/plugin_os2.rc
Note: See TracChangeset for help on using the changeset viewer.