fixed this using /MD in release mode

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40407
This commit is contained in:
David Anderson 2007-01-27 09:25:07 +00:00
parent 32679b7d48
commit d9742cb67d
2 changed files with 12 additions and 12 deletions

View File

@ -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"

View File

@ -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_