Rename jit/ to vm/.

This commit is contained in:
David Anderson
2015-03-07 10:50:35 -08:00
parent ea684d5933
commit d459ebee41
71 changed files with 2 additions and 2 deletions
@@ -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'),