mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-17 10:54:14 +01:00
Disable Blade Symphony builds for 1.10 (r=psychonic)
This commit is contained in:
parent
e50750cb80
commit
29253b120c
@ -34,7 +34,7 @@ PossibleSDKs = {
|
|||||||
'csgo': SDK('HL2SDKCSGO', '2.csgo', '21', 'CSGO', WinLinuxMac, 'csgo'),
|
'csgo': SDK('HL2SDKCSGO', '2.csgo', '21', 'CSGO', WinLinuxMac, 'csgo'),
|
||||||
'dota': SDK('HL2SDKDOTA', '2.dota', '22', 'DOTA', [], 'dota'),
|
'dota': SDK('HL2SDKDOTA', '2.dota', '22', 'DOTA', [], 'dota'),
|
||||||
'portal2': SDK('HL2SDKPORTAL2', '2.portal2', '17', 'PORTAL2', [], 'portal2'),
|
'portal2': SDK('HL2SDKPORTAL2', '2.portal2', '17', 'PORTAL2', [], 'portal2'),
|
||||||
'blade': SDK('HL2SDKBLADE', '2.blade', '18', 'BLADE', WinLinux, 'blade'),
|
'blade': SDK('HL2SDKBLADE', '2.blade', '18', 'BLADE', [], 'blade'),
|
||||||
'insurgency': SDK('HL2SDKINSURGENCY', '2.insurgency', '19', 'INSURGENCY', WinLinuxMac, 'insurgency'),
|
'insurgency': SDK('HL2SDKINSURGENCY', '2.insurgency', '19', 'INSURGENCY', WinLinuxMac, 'insurgency'),
|
||||||
'doi': SDK('HL2SDKDOI', '2.doi', '20', 'DOI', WinLinuxMac, 'doi'),
|
'doi': SDK('HL2SDKDOI', '2.doi', '20', 'DOI', WinLinuxMac, 'doi'),
|
||||||
'contagion': SDK('HL2SDKCONTAGION', '2.contagion', '14', 'CONTAGION', WinOnly, 'contagion'),
|
'contagion': SDK('HL2SDKCONTAGION', '2.contagion', '14', 'CONTAGION', WinOnly, 'contagion'),
|
||||||
@ -146,8 +146,8 @@ class MMSConfig(object):
|
|||||||
if cxx.name == 'gcc':
|
if cxx.name == 'gcc':
|
||||||
cfg.cflags += ['-mfpmath=sse']
|
cfg.cflags += ['-mfpmath=sse']
|
||||||
if cxx.name == 'clang':
|
if cxx.name == 'clang':
|
||||||
if cfg.version >= 'clang-3.6':
|
if cfg.version >= 'clang-3.6':
|
||||||
cfg.cxxflags += ['-Wno-inconsistent-missing-override']
|
cfg.cxxflags += ['-Wno-inconsistent-missing-override']
|
||||||
cfg.cxxflags += ['-Wno-implicit-exception-spec-mismatch']
|
cfg.cxxflags += ['-Wno-implicit-exception-spec-mismatch']
|
||||||
if cfg.version >= 'apple-clang-5.1' or cfg.version >= 'clang-3.4':
|
if cfg.version >= 'apple-clang-5.1' or cfg.version >= 'clang-3.4':
|
||||||
cfg.cxxflags += ['-Wno-deprecated-register']
|
cfg.cxxflags += ['-Wno-deprecated-register']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user