moved source files
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@164 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
69ac2d0767
commit
784d4d529f
3 changed files with 26 additions and 0 deletions
26
include/noncc/loki/SmallObj.cpp
Normal file
26
include/noncc/loki/SmallObj.cpp
Normal file
|
@ -0,0 +1,26 @@
|
|||
//////////////////////////////////
|
||||
// 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 "../../../src/SmallObj.cpp"
|
||||
#else
|
||||
# if (__INTEL_COMPILER)
|
||||
# include "../../../src/SmallObj.cpp"
|
||||
# elif (__MWERKS__)
|
||||
# include "../../../src/SmallObj.cpp"
|
||||
# elif (__BORLANDC__ >= 0x560)
|
||||
# include "../Borland/SmallObj.cpp"
|
||||
# elif (_MSC_VER >= 1301)
|
||||
# include "../../../src/SmallObj.cpp"
|
||||
# elif (_MSC_VER >= 1300)
|
||||
# include "../MSVC/1300/SmallObj.cpp"
|
||||
# elif (_MSC_VER >= 1200)
|
||||
# include "../MSVC/1200/SmallObj.cpp"
|
||||
# else
|
||||
# include "../../../src/SmallObj.cpp"
|
||||
# endif
|
||||
#endif
|
Loading…
Add table
Reference in a new issue