Split CS:S support off to a separate engine/build (bug 5370, r=asherkin).

This commit is contained in:
Nicholas Hastings
2012-08-20 21:53:59 -04:00
parent 7675472b41
commit 8362b8d226
17 changed files with 49 additions and 33 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import os
for i in SM.sdkInfo:
if i != 'ep2v' and i != 'csgo':
if i != 'css' and i != 'csgo':
continue
sdk = SM.sdkInfo[i]