mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
Merge branch 'master' into windows
This commit is contained in:
@@ -14,8 +14,8 @@ games = {
|
||||
'hl2mp': ['server_base.vpc', 'server_hl2mp.vpc'],
|
||||
'portal': ['server_base.vpc', 'server_portal.vpc'],
|
||||
'hl1': ['server_base.vpc', 'server_hl1.vpc'],
|
||||
'hl1mp': ['server_base.vpc', 'server_hl1.vpc'],
|
||||
'css': ['server_base.vpc', 'server_cstrike.vpc', 'nav_mesh.vpc'],
|
||||
'hl1mp': ['server_base.vpc', 'server_hl1mp.vpc'],
|
||||
'cstrike': ['server_base.vpc', 'server_cstrike.vpc', 'nav_mesh.vpc'],
|
||||
'dod': ['server_base.vpc', 'server_dod.vpc'],
|
||||
'tf': [
|
||||
'server_base.vpc',
|
||||
@@ -33,6 +33,8 @@ def configure(conf):
|
||||
game = conf.options.GAMES
|
||||
conf.env.GAMES = game
|
||||
|
||||
conf.env.append_unique('DEFINES', ['DISABLE_STEAM=1'])
|
||||
|
||||
if game not in games.keys():
|
||||
conf.fatal("Couldn't find game: ", game)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user