moved source files
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@163 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
8e2743e364
commit
69ac2d0767
2 changed files with 5 additions and 31 deletions
|
@ -6,21 +6,21 @@
|
||||||
///////////////////////////////////
|
///////////////////////////////////
|
||||||
|
|
||||||
#ifdef LOKI_USE_REFERENCE
|
#ifdef LOKI_USE_REFERENCE
|
||||||
# include "../../loki/Singleton.cpp"
|
# include "../../../src/Singleton.cpp"
|
||||||
#else
|
#else
|
||||||
# if (__INTEL_COMPILER)
|
# if (__INTEL_COMPILER)
|
||||||
# include "../../loki/Singleton.cpp"
|
# include "../../../src/Singleton.cpp"
|
||||||
# elif (__MWERKS__)
|
# elif (__MWERKS__)
|
||||||
# include "../../loki/Singleton.cpp"
|
# include "../../../src/Singleton.cpp"
|
||||||
# elif (__BORLANDC__ >= 0x560)
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
# include "../Borland/Singleton.cpp"
|
# include "../Borland/Singleton.cpp"
|
||||||
# elif (_MSC_VER >= 1301)
|
# elif (_MSC_VER >= 1301)
|
||||||
# include "../../loki/Singleton.cpp"
|
# include "../../../src/Singleton.cpp"
|
||||||
# elif (_MSC_VER >= 1300)
|
# elif (_MSC_VER >= 1300)
|
||||||
# include "../MSVC/1300/Singleton.cpp"
|
# include "../MSVC/1300/Singleton.cpp"
|
||||||
# elif (_MSC_VER >= 1200)
|
# elif (_MSC_VER >= 1200)
|
||||||
# include "../MSVC/1200/Singleton.cpp"
|
# include "../MSVC/1200/Singleton.cpp"
|
||||||
# else
|
# else
|
||||||
# include "../../loki/Singleton.cpp"
|
# include "../../../src/Singleton.cpp"
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
//////////////////////////////////
|
|
||||||
// Generated header: SmallObj.cpp
|
|
||||||
// Forwards to the appropriate code
|
|
||||||
// that works on the detected compiler
|
|
||||||
// Generated on Mon Sep 30 23:14:48 2002
|
|
||||||
//////////////////////////////////
|
|
||||||
|
|
||||||
#ifdef LOKI_USE_REFERENCE
|
|
||||||
# include "../../loki/SmallObj.cpp"
|
|
||||||
#else
|
|
||||||
# if (__INTEL_COMPILER)
|
|
||||||
# include "../../loki/SmallObj.cpp"
|
|
||||||
# elif (__MWERKS__)
|
|
||||||
# include "../../loki/SmallObj.cpp"
|
|
||||||
# elif (__BORLANDC__ >= 0x560)
|
|
||||||
# include "../Borland/SmallObj.cpp"
|
|
||||||
# elif (_MSC_VER >= 1301)
|
|
||||||
# include "../../loki/SmallObj.cpp"
|
|
||||||
# elif (_MSC_VER >= 1300)
|
|
||||||
# include "../MSVC/1300/SmallObj.cpp"
|
|
||||||
# elif (_MSC_VER >= 1200)
|
|
||||||
# include "../MSVC/1200/SmallObj.cpp"
|
|
||||||
# else
|
|
||||||
# include "../../loki/SmallObj.cpp"
|
|
||||||
# endif
|
|
||||||
#endif
|
|
Loading…
Add table
Add a link
Reference in a new issue