diff --git a/sourcepawn/jit/x86/msvc8/jit-x86.vcproj b/sourcepawn/jit/x86/msvc8/jit-x86.vcproj index a9d943e3..e5f32bf7 100644 --- a/sourcepawn/jit/x86/msvc8/jit-x86.vcproj +++ b/sourcepawn/jit/x86/msvc8/jit-x86.vcproj @@ -119,7 +119,7 @@ Name="VCCLCompilerTool" AdditionalIncludeDirectories="..\..\..\include" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JITX86_EXPORTS" - RuntimeLibrary="2" + RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="false" diff --git a/sourcepawn/jit/x86/svn_version.h b/sourcepawn/jit/x86/svn_version.h index 66c0227f..132938e8 100644 --- a/sourcepawn/jit/x86/svn_version.h +++ b/sourcepawn/jit/x86/svn_version.h @@ -1,11 +1,11 @@ -/** This file is autogenerated by build scripts */ - -#ifndef _INCLUDE_SVN_VERSION_H_ -#define _INCLUDE_SVN_VERSION_H_ - -#define SVN_REVISION 396 -#define SVN_REVISION_STRING "396" -#define SVN_FILE_VERSION 1,0,0,396 - -#endif //_INCLUDE_SVN_VERSION_H_ - +/** This file is autogenerated by build scripts */ + +#ifndef _INCLUDE_SVN_VERSION_H_ +#define _INCLUDE_SVN_VERSION_H_ + +#define SVN_REVISION 399 +#define SVN_REVISION_STRING "399" +#define SVN_FILE_VERSION 1,0,0,399 + +#endif //_INCLUDE_SVN_VERSION_H_ +