VC7 - build with wchar_t as built in type

This commit is contained in:
jez_higgins 2003-08-27 14:25:42 +00:00
parent bae673aa5d
commit fd7afeafbe

View file

@ -25,6 +25,7 @@
PreprocessorDefinitions="WIN32,_DEBUG,_LIB" PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="5" RuntimeLibrary="5"
TreatWChar_tAsBuiltInType="TRUE"
RuntimeTypeInfo="TRUE" RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
PrecompiledHeaderFile=".\Debug/SAX.pch" PrecompiledHeaderFile=".\Debug/SAX.pch"