Compiler: Generate .scp files as part of the build process.

Stolen from SM (https://github.com/alliedmodders/sourcemod/pull/112).
This commit is contained in:
Arkshine
2014-08-12 23:49:41 +02:00
parent 02b6d0a288
commit 09303625fb
6 changed files with 494 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
#pragma warning(disable:4125) /* decimal digit terminates octal escape sequence */
#endif
#include "sc7.scp"
#include <sc7.scp>
#if defined _MSC_VER
#pragma warning(pop)