зеркало из https://github.com/mozilla/pjs.git
Bug 323732 try #2 - Missing cursor resources in Windows xulrunner build
This commit is contained in:
Родитель
75952d7a39
Коммит
0b108b3348
|
@ -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) $^ .
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
#include "widget.rc"
|
Загрузка…
Ссылка в новой задаче