mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
WIP: port alien swarm and extend engine for asw
This commit is contained in:
@@ -39,8 +39,8 @@ projects={
|
||||
'engine',
|
||||
'engine/voice_codecs/minimp3',
|
||||
'filesystem',
|
||||
'game/client',
|
||||
'game/server',
|
||||
# 'game/client',
|
||||
# 'game/server',
|
||||
'gameui',
|
||||
'inputsystem',
|
||||
'ivp/havana',
|
||||
@@ -162,6 +162,8 @@ def define_platform(conf):
|
||||
conf.env.GL = conf.options.GL and not conf.options.TESTS and not conf.options.DEDICATED
|
||||
conf.env.OPUS = conf.options.OPUS
|
||||
|
||||
conf.define('SOURCE_ASW', 1)
|
||||
|
||||
if conf.options.DEDICATED:
|
||||
conf.options.SDL = False
|
||||
conf.define('DEDICATED', 1)
|
||||
|
||||
Reference in New Issue
Block a user