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"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\include"
|
AdditionalIncludeDirectories="..\..\include"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE _SECURE_SCL=1"
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE _SECURE_SCL=1;LOKI_OBJECT_LEVEL_THREADING"
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
RuntimeLibrary="3"
|
RuntimeLibrary="3"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
|
@ -108,8 +108,8 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="..\..\include"
|
AdditionalIncludeDirectories="..\..\include"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;LOKI_OBJECT_LEVEL_THREADING"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="0"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue