mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 941406 - Build netwerk/dns in unified mode. r=ehsan
--HG-- extra : rebase_source : 4fe433d134bb2762c269248963ac5ce53025faab
This commit is contained in:
parent
989ff77e40
commit
80c7c60c29
@ -20,17 +20,17 @@ EXPORTS.mozilla.net += [
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
'nameprep.c',
|
||||
'punycode.c',
|
||||
'race.c',
|
||||
'nsEffectiveTLDService.cpp', # Excluded from UNIFIED_SOURCES due to special build flags.
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'DNS.cpp',
|
||||
'nameprep.c',
|
||||
'nsDNSService2.cpp',
|
||||
'nsEffectiveTLDService.cpp',
|
||||
'nsHostResolver.cpp',
|
||||
'nsIDNService.cpp',
|
||||
'punycode.c',
|
||||
'race.c',
|
||||
]
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
Loading…
Reference in New Issue
Block a user