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 -2
View File
@@ -3,8 +3,8 @@ import os
Includes = [
os.path.join(SM.mms_root, 'core', 'sourcehook'),
os.path.join(builder.sourcePath, 'sourcepawn', 'vm'),
os.path.join(builder.sourcePath, 'sourcepawn', 'third_party'),
os.path.join(builder.currentSourcePath),
os.path.join(builder.currentSourcePath, '..', 'third_party'),
os.path.join(builder.sourcePath, 'public'),
os.path.join(builder.sourcePath, 'public', 'sourcepawn'),
os.path.join(builder.sourcePath, 'public', 'amtl'),