- Build with "char" being "unsigned" by default, fixes MS's CRT assert.

svn path=/trunk/; revision=30981
This commit is contained in:
Aleksey Bragin 2007-12-03 10:07:55 +00:00
parent 56568e2d0c
commit 59013eaa31

View file

@ -136,6 +136,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;INFLIB_HOST" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;INFLIB_HOST"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="1" RuntimeLibrary="1"
DefaultCharIsUnsigned="true"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Debug/rbuild.pch" PrecompiledHeaderFile=".\Debug/rbuild.pch"
AssemblerListingLocation=".\Debug/" AssemblerListingLocation=".\Debug/"