mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-26 21:58:39 +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"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="5"
|
||||
TreatWChar_tAsBuiltInType="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderFile=".\Debug/Writer.pch"
|
||||
|
@ -83,6 +84,7 @@
|
|||
StringPooling="TRUE"
|
||||
RuntimeLibrary="4"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
TreatWChar_tAsBuiltInType="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderFile=".\Release/Writer.pch"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="5"
|
||||
TreatWChar_tAsBuiltInType="TRUE"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\Debug/SAX2DOM_test.pch"
|
||||
|
|
Loading…
Reference in a new issue