Bug 323732 - Missing cursor resources in windows xulrunner, r=vlad

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190237 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us
2006-02-16 20:27:28 +00:00
parent 81a1fe2e3c
commit f84107a536
2 changed files with 7 additions and 1 deletions

View File

@@ -85,7 +85,12 @@ CPPSRCS += dlldeps-zlib.cpp
DEFINES += -DZLIB_INTERNAL
endif
LOCAL_INCLUDES += -I$(topsrcdir)/widget/src/windows
LOCAL_INCLUDES += \
-I$(topsrcdir)/widget/src/windows \
-I$(topsrcdir)/widget/src/build \
$(NULL)
RESFILE = xulrunner.res
endif
ifeq ($(OS_ARCH),WINNT)

View File

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