fixed reloading and a few other bugs

This commit is contained in:
2016-05-08 22:06:57 +02:00
parent 1968ee9f7f
commit 307d75d433
4 changed files with 66 additions and 31 deletions

View File

@ -18,5 +18,10 @@ for sdk_name in SM.sdks:
sdk = SM.sdks[sdk_name]
binary = SM.HL2Config(project, projectName + '.ext.' + sdk.ext, sdk)
binary.compiler.cxxincludes += [
os.path.join(SM.sm_root, 'public', 'extensions'),
os.path.join(SM.sm_root, 'public', 'sourcepawn'),
os.path.join(SM.sm_root, 'public', 'amtl')
]
SM.extensions += builder.Add(project)