Update build scripts for new AMTL folder structure.

This commit is contained in:
David Anderson
2015-08-26 15:54:55 -04:00
parent ee2a408d44
commit e30b57cb4a
4 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ binary.compiler.cxxincludes += [
os.path.join(builder.sourcePath, 'core', 'logic'),
os.path.join(builder.sourcePath, 'public'),
os.path.join(builder.sourcePath, 'sourcepawn', 'include'),
os.path.join(builder.sourcePath, 'public', 'amtl', 'include'),
os.path.join(builder.sourcePath, 'public', 'amtl', 'amtl'),
os.path.join(builder.sourcePath, 'public', 'amtl'),
os.path.join(SM.mms_root, 'core', 'sourcehook')
]
binary.compiler.defines += [