mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 323732 try #2 - Missing cursor resources in Windows xulrunner build
This commit is contained in:
parent
917257fd63
commit
6dc4c23b10
@ -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
1
toolkit/library/xulrunner.rc
Executable file
@ -0,0 +1 @@
|
||||
#include "widget.rc"
|
Loading…
x
Reference in New Issue
Block a user