fixed this using /MD in release mode
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40407
This commit is contained in:
parent
32679b7d48
commit
d9742cb67d
@ -119,7 +119,7 @@
|
|||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="..\..\..\include"
|
AdditionalIncludeDirectories="..\..\..\include"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JITX86_EXPORTS"
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;JITX86_EXPORTS"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="0"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
Detect64BitPortabilityProblems="false"
|
Detect64BitPortabilityProblems="false"
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
/** This file is autogenerated by build scripts */
|
/** This file is autogenerated by build scripts */
|
||||||
|
|
||||||
#ifndef _INCLUDE_SVN_VERSION_H_
|
#ifndef _INCLUDE_SVN_VERSION_H_
|
||||||
#define _INCLUDE_SVN_VERSION_H_
|
#define _INCLUDE_SVN_VERSION_H_
|
||||||
|
|
||||||
#define SVN_REVISION 396
|
#define SVN_REVISION 399
|
||||||
#define SVN_REVISION_STRING "396"
|
#define SVN_REVISION_STRING "399"
|
||||||
#define SVN_FILE_VERSION 1,0,0,396
|
#define SVN_FILE_VERSION 1,0,0,399
|
||||||
|
|
||||||
#endif //_INCLUDE_SVN_VERSION_H_
|
#endif //_INCLUDE_SVN_VERSION_H_
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user