Silly AMBuild
This commit is contained in:
parent
5d1820853a
commit
9a08986fd1
@ -3,7 +3,6 @@ import os
|
||||
|
||||
sdk = SM.sdkInfo['ep1']
|
||||
|
||||
if AMBuild.target['platform'] in sdk['platform']:
|
||||
compiler = SM.DefaultHL2Compiler('extensions/cstrike', 'ep1')
|
||||
|
||||
name = 'game.cstrike.ext.' + sdk['ext']
|
||||
@ -23,7 +22,6 @@ if AMBuild.target['platform'] in sdk['platform']:
|
||||
|
||||
sdk = SM.sdkInfo['ep2v']
|
||||
|
||||
if AMBuild.target['platform'] in sdk['platform']:
|
||||
compiler = SM.DefaultHL2Compiler('extensions/cstrike', 'ep2v')
|
||||
|
||||
name = 'game.cstrike.ext.' + sdk['ext']
|
||||
|
Loading…
Reference in New Issue
Block a user