mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-27 21:58:30 +01:00
build with wchar_t as a builtin type
This commit is contained in:
parent
f65e534f9d
commit
ba9215baf8
2 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="5"
|
RuntimeLibrary="5"
|
||||||
|
TreatWChar_tAsBuiltInType="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
PrecompiledHeaderFile=".\Debug/Writer.pch"
|
PrecompiledHeaderFile=".\Debug/Writer.pch"
|
||||||
|
@ -83,6 +84,7 @@
|
||||||
StringPooling="TRUE"
|
StringPooling="TRUE"
|
||||||
RuntimeLibrary="4"
|
RuntimeLibrary="4"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
TreatWChar_tAsBuiltInType="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
PrecompiledHeaderFile=".\Release/Writer.pch"
|
PrecompiledHeaderFile=".\Release/Writer.pch"
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="5"
|
RuntimeLibrary="5"
|
||||||
|
TreatWChar_tAsBuiltInType="TRUE"
|
||||||
RuntimeTypeInfo="TRUE"
|
RuntimeTypeInfo="TRUE"
|
||||||
UsePrecompiledHeader="2"
|
UsePrecompiledHeader="2"
|
||||||
PrecompiledHeaderFile=".\Debug/SAX2DOM_test.pch"
|
PrecompiledHeaderFile=".\Debug/SAX2DOM_test.pch"
|
||||||
|
|
Loading…
Reference in a new issue