Bug 323732 try #2 - Missing cursor resources in Windows xulrunner build

This commit is contained in:
benjamin%smedbergs.us 2006-02-09 21:02:11 +00:00
Родитель 75952d7a39
Коммит 0b108b3348
3 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -50,7 +50,7 @@ CPPSRCS += \
nsDllMain.cpp \
$(NULL)
RCINCLUDE = widget.rc
RESFILE = xulrunner.res
ifndef MOZ_NATIVE_ZLIB
CPPSRCS += dlldeps-zlib.cpp

Просмотреть файл

@ -55,6 +55,7 @@ endif
LOCAL_INCLUDES += \
-I$(topsrcdir)/config \
-I$(topsrcdir)/widget/src/windows \
-I$(topsrcdir)/widget/src/build \
$(NULL)
OS_LIBS += $(LIBICONV)
@ -81,10 +82,7 @@ ifneq (,$(MOZ_ENABLE_CANVAS)$(MOZ_SVG_RENDERER_CAIRO))
EXTRA_DSO_LDOPTS += $(MOZ_CAIRO_LIBS)
endif
export:: dlldeps.cpp dlldeps-obs.cpp widget.rc
widget.rc: $(topsrcdir)/widget/src/build/widget.rc
$(INSTALL) $^ .
export:: dlldeps.cpp dlldeps-obs.cpp
dlldeps.cpp: $(topsrcdir)/xpcom/build/dlldeps.cpp
$(INSTALL) $^ .

1
toolkit/library/xulrunner.rc Executable file
Просмотреть файл

@ -0,0 +1 @@
#include "widget.rc"