Bug 991799 - Fixup Windows resource include file location after bug 988168. r=mshal

This commit is contained in:
Mike Hommey 2014-04-04 14:57:09 +09:00
parent 3a5aed49c1
commit a8fe62b1c9
2 changed files with 8 additions and 6 deletions

View File

@ -41,3 +41,11 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
'-F%s' % CONFIG['MACOS_PRIVATE_FRAMEWORKS_DIR'],
'-framework CoreUI',
]
if CONFIG['OS_ARCH'] == 'WINNT' and not CONFIG['GNU_CC']:
LOCAL_INCLUDES += [
'/widget/windows',
'/xpcom/base',
]
# This file is (only) included from subdirectories, and the file is here.
RCINCLUDE = '../xulrunner.rc'

View File

@ -14,12 +14,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
SOURCES += [
'nsDllMain.cpp',
]
if not CONFIG['GNU_CC']:
LOCAL_INCLUDES += [
'/widget/windows',
'/xpcom/base',
]
RCINCLUDE = 'xulrunner.rc'
# component libraries
additional_defines = (