Rename jit/ to vm/.

This commit is contained in:
David Anderson 2015-03-07 10:50:15 -08:00
parent ea684d5933
commit d459ebee41
71 changed files with 2 additions and 2 deletions

View File

@ -509,7 +509,7 @@ BuildScripts = [
'extensions/topmenus/AMBuilder',
'extensions/updater/AMBuilder',
'sourcepawn/compiler/AMBuilder',
'sourcepawn/jit/AMBuilder',
'sourcepawn/vm/AMBuilder',
]
if builder.backend == 'amb2':

View File

@ -3,7 +3,7 @@ import os
Includes = [
os.path.join(SM.mms_root, 'core', 'sourcehook'),
os.path.join(builder.sourcePath, 'sourcepawn', 'jit'),
os.path.join(builder.sourcePath, 'sourcepawn', 'vm'),
os.path.join(builder.sourcePath, 'public'),
os.path.join(builder.sourcePath, 'public', 'sourcepawn'),
os.path.join(builder.sourcePath, 'public', 'amtl'),