Added LOKI_OBJECT_LEVEL_THREADING to make sure locked object test is done
correctly. git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@711 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
71a95f5005
commit
1ae9a874d5
1 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\include"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE _SECURE_SCL=1"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE _SECURE_SCL=1;LOKI_OBJECT_LEVEL_THREADING"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="4"
|
||||
|
@ -108,8 +108,8 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="2"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;LOKI_OBJECT_LEVEL_THREADING"
|
||||
RuntimeLibrary="0"
|
||||
WarningLevel="4"
|
||||
/>
|
||||
<Tool
|
||||
|
|
Loading…
Add table
Reference in a new issue