mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3851 Use multithreaded DLL instead of multithreaded libraries
X-SVN-Rev: 15914
This commit is contained in:
parent
f5949cf4ef
commit
5d2239d45f
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
AdditionalIncludeDirectories="..\..\include,..\common"
|
||||
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;U_LAYOUTEX_IMPLEMENTATION"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
PrecompiledHeaderFile=".\Release/layoutex.pch"
|
||||
AssemblerListingLocation=".\Release/"
|
||||
|
@ -86,7 +86,7 @@
|
|||
AdditionalIncludeDirectories="..\..\include,..\common"
|
||||
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;U_LAYOUTEX_IMPLEMENTATION"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\Debug/layoutex.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
ObjectFile=".\Debug/"
|
||||
|
|
Loading…
Add table
Reference in a new issue