Fix AMBuild and VS projects files

This commit is contained in:
Arkshine
2015-10-02 23:22:22 +02:00
parent 2d910838a2
commit f976861e21
21 changed files with 44 additions and 43 deletions
+2 -1
View File
@@ -270,7 +270,8 @@ class AMXXConfig(object):
cfg.includes += [os.path.join(builder.sourcePath, 'public')]
cfg.includes += [os.path.join(builder.sourcePath, 'public', 'sdk')]
cfg.includes += [os.path.join(builder.sourcePath, 'public', 'amtl', 'include')]
cfg.includes += [os.path.join(builder.sourcePath, 'public', 'amtl')]
cfg.includes += [os.path.join(builder.sourcePath, 'public', 'amtl', 'amtl')]
cfg.includes += [os.path.join(builder.sourcePath, 'public', 'memtools')]
cfg.includes += [os.path.join(builder.sourcePath, 'third_party')]
cfg.includes += [os.path.join(builder.sourcePath, 'third_party', 'hashing')]