moved source files
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@165 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
784d4d529f
commit
dea82286fa
3 changed files with 4 additions and 5 deletions
|
@ -19,6 +19,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="../../include/noncc"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
|
@ -65,6 +66,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
AdditionalIncludeDirectories="../../include/noncc"
|
||||
InlineFunctionExpansion="1"
|
||||
OmitFramePointers="TRUE"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
|
@ -109,9 +111,6 @@
|
|||
<File
|
||||
RelativePath="Test.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\MSVC\1300\TypeTraits.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="UnitTest.h">
|
||||
</File>
|
||||
|
|
|
@ -156,6 +156,6 @@ private:
|
|||
bool singletonTest;
|
||||
} singletonTest;
|
||||
|
||||
#include "../../Singleton.cpp"
|
||||
#include "../../include/noncc/loki/Singleton.cpp"
|
||||
|
||||
#endif
|
||||
|
|
|
@ -163,6 +163,6 @@ private:
|
|||
|
||||
#ifndef SMALLOBJ_CPP
|
||||
# define SMALLOBJ_CPP
|
||||
# include "../../SmallObj.cpp"
|
||||
# include "../../include/noncc/loki/SmallObj.cpp"
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue