diff --git a/xpfe/bootstrap/Makefile.in b/xpfe/bootstrap/Makefile.in index 238fc785d8c..17bfaac8dc1 100644 --- a/xpfe/bootstrap/Makefile.in +++ b/xpfe/bootstrap/Makefile.in @@ -330,6 +330,7 @@ endif ifeq ($(OS_ARCH),OS2) ifdef BUILD_STATIC_LIBS EXE_DEF_FILE = mozilla.def +RCFLAGS += -DMOZ_STATIC_BUILD -i $(DIST)/include/widget endif endif diff --git a/xpfe/bootstrap/splashos2.rc b/xpfe/bootstrap/splashos2.rc index 2c027462973..1ad6c2e346e 100644 --- a/xpfe/bootstrap/splashos2.rc +++ b/xpfe/bootstrap/splashos2.rc @@ -55,3 +55,24 @@ STRINGTABLE DISCARDABLE BEGIN ID_DDE_APPLICATION_NAME, "Mozilla" END + +#ifdef MOZ_STATIC_BUILD +#include "wdgtos2rc.h" + +POINTER IDC_SELECTANCHOR "..\\..\\widget\\src\\os2\\res\\\select.ptr" +POINTER IDC_GRAB "..\\..\\widget\\src\\os2\\res\\grab.ptr" +POINTER IDC_GRABBING "..\\..\\widget\\src\\os2\\res\\grabbing.ptr" +POINTER IDC_CELL "..\\..\\widget\\src\\os2\\res\\cell.ptr" +POINTER IDC_COPY "..\\..\\widget\\src\\os2\\res\\copy.ptr" +POINTER IDC_ALIAS "..\\..\\widget\\src\\os2\\res\\aliasb.ptr" +POINTER IDC_ZOOMIN "..\\..\\widget\\src\\os2\\res\\zoom_in.ptr" +POINTER IDC_ZOOMOUT "..\\..\\widget\\src\\os2\\res\\zoom_out.ptr" + +POINTER IDC_ARROWWAIT "..\\..\\widget\\src\\os2\\res\\arrow_wait.ptr" +POINTER IDC_CROSS "..\\..\\widget\\src\\os2\\res\\crosshair.ptr" +POINTER IDC_HELP "..\\..\\widget\\src\\os2\\res\\help.ptr" + +ICON IDC_DNDURL "..\\..\\widget\\src\\os2\\res\\dndurl.ico" +ICON IDC_DNDTEXT "..\\..\\widget\\src\\os2\\res\\dndtext.ico" +#endif +