Strip internal SourcePawn dependencies on SM relative paths.

This commit is contained in:
David Anderson
2015-03-07 11:07:20 -08:00
parent 23ac0b4637
commit 6f1eefbdbe
7 changed files with 10 additions and 11 deletions
+2 -3
View File
@@ -44,9 +44,8 @@ compiler.includes += [
os.path.join(builder.sourcePath, 'public'),
os.path.join(builder.sourcePath, 'public', 'amtl'),
os.path.join(builder.sourcePath, 'public', 'sourcepawn'),
os.path.join(builder.sourcePath, 'sourcepawn', 'compiler'),
os.path.join(builder.sourcePath, 'sourcepawn', 'include'),
os.path.join(builder.sourcePath, 'sourcepawn', 'third_party'),
os.path.join(builder.currentSourcePath, '..', 'include'),
os.path.join(builder.currentSourcePath, '..', 'third_party'),
os.path.join(builder.buildPath, 'includes'),
os.path.join(builder.buildPath, builder.buildFolder),
]