From d9742cb67d06c7b8f26ed127e5dafb8561ab77ea Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 27 Jan 2007 09:25:07 +0000 Subject: [PATCH] fixed this using /MD in release mode --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40407 --- sourcepawn/jit/x86/msvc8/jit-x86.vcproj | 2 +- sourcepawn/jit/x86/svn_version.h | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) 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_ +