Merge pull request #1 from CSSZombieEscape/master

Merge
This commit is contained in:
PerfectLaugh 2016-02-22 07:39:43 +08:00
commit 298c1a161a
2 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,8 @@ for sdk_name in SM.sdks:
binary = SM.HL2Config(project, projectName + '.ext.' + sdk.ext, sdk)
binary.compiler.cxxincludes += [
os.path.join(sdk.path, 'game/server')
os.path.join(sdk.path, 'game', 'server'),
os.path.join(SM.sm_root, 'public', 'sourcepawn')
]
SM.extensions += builder.Add(project)

View File

@ -116,6 +116,4 @@ public:
#endif
};
#endif // _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_