Fixed whitespace (wtf python?)

This commit is contained in:
Asher Baker 2012-05-31 12:20:15 +01:00
parent 93dd6d47aa
commit 576529e60c

View File

@ -165,8 +165,7 @@ class SM:
#Finish up #Finish up
self.compiler.AddToListVar('CDEFINES', 'SOURCEMOD_BUILD') self.compiler.AddToListVar('CDEFINES', 'SOURCEMOD_BUILD')
self.compiler.AddToListVar('CDEFINES', 'SM_GENERATED_BUILD') self.compiler.AddToListVar('CDEFINES', 'SM_GENERATED_BUILD')
self.compiler.AddToListVar('CINCLUDES', self.compiler.AddToListVar('CINCLUDES', os.path.join(AMBuild.outputFolder, 'includes'))
os.path.join(AMBuild.outputFolder, 'includes'))
self.compiler.ToConfig(AMBuild, 'compiler') self.compiler.ToConfig(AMBuild, 'compiler')
AMBuild.cache.CacheVariable('vendor', self.vendor) AMBuild.cache.CacheVariable('vendor', self.vendor)
self.targetMap = { } self.targetMap = { }