mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 991799 - Fixup Windows resource include file location after bug 988168. r=mshal
This commit is contained in:
parent
3a5aed49c1
commit
a8fe62b1c9
@ -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'
|
||||
|
@ -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 = (
|
||||
|
Loading…
Reference in New Issue
Block a user