Add support for the preliminary IDE project file generator.

This commit is contained in:
David Anderson
2014-05-30 19:07:56 -07:00
parent 76a589f689
commit 1e6843f8db
4 changed files with 57 additions and 44 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ for sdk_name in SM.sdks:
elif builder.target_platform == 'mac':
lib_path = os.path.join(sdk.path, 'lib', 'osx32', 'release', 'libprotobuf.a')
elif builder.target_platform == 'windows':
msvc_ver = int(compiler.cxx.version)
msvc_ver = compiler.cxx.version
vs_year = ''
if msvc_ver == 1800:
vs_year = '2013'
+1 -1
View File
@@ -342,8 +342,8 @@ void RootConsoleMenu::OnRootConsoleCommand(const char *cmdname, const CCommand &
ConsolePrint(" Compiled on: %s %s", __DATE__, __TIME__);
#if defined(SM_GENERATED_BUILD)
ConsolePrint(" Built from: https://github.com/alliedmodders/sourcemod/commit/%s", SOURCEMOD_SHA);
#endif
ConsolePrint(" Build ID: %s:%s", SOURCEMOD_LOCAL_REV, SOURCEMOD_SHA);
#endif
ConsolePrint(" http://www.sourcemod.net/");
}
}