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

View File

@ -337,7 +337,8 @@ class SMConfig(object):
os.path.join(context.currentSourcePath, 'sdk'), os.path.join(context.currentSourcePath, 'sdk'),
os.path.join(builder.sourcePath, 'public', 'extensions'), os.path.join(builder.sourcePath, 'public', 'extensions'),
os.path.join(builder.sourcePath, 'sourcepawn', 'include'), 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'),
] ]
return compiler return compiler

View File

@ -6,7 +6,8 @@ binary.compiler.cxxincludes += [
os.path.join(builder.sourcePath, 'core', 'logic'), os.path.join(builder.sourcePath, 'core', 'logic'),
os.path.join(builder.sourcePath, 'public'), os.path.join(builder.sourcePath, 'public'),
os.path.join(builder.sourcePath, 'sourcepawn', 'include'), 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') os.path.join(SM.mms_root, 'core', 'sourcehook')
] ]
binary.compiler.defines += [ binary.compiler.defines += [

@ -1 +1 @@
Subproject commit 1a66ad1033ce337dce26d121468404f459a521ca Subproject commit 448a1bf2123b4ed8489ef883326963165cb99c36

@ -1 +1 @@
Subproject commit 734f8e0bc5d272d44cefc788f193f5431fbb4338 Subproject commit f5fd57fb7fb1e0d5d8de3ae1979d6085fb390bf1