2002-08-15 02:38:19 +00:00
|
|
|
/////////////////////////////////
|
|
|
|
//Generated header: SmallObj.cpp
|
|
|
|
//Forwards to the appropriate code
|
|
|
|
// that works on the detected compiler
|
2002-08-24 00:31:37 +00:00
|
|
|
//Generated on Thu Aug 22 21:04:30 2002
|
2002-08-15 02:38:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
#ifdef LOKI_USE_REFERENCE
|
|
|
|
# include ".\Reference\SmallObj.cpp"
|
|
|
|
#else
|
|
|
|
# if (_MSC_VER >= 1300)
|
|
|
|
# include ".\MSVC\1300\SmallObj.cpp"
|
2002-08-24 00:31:37 +00:00
|
|
|
# elif (_MSC_VER >= 1200)
|
2002-08-15 02:38:19 +00:00
|
|
|
# include ".\MSVC\1200\SmallObj.cpp"
|
2002-08-24 00:31:37 +00:00
|
|
|
# elif (__BORLANDC__)
|
2002-08-15 02:38:19 +00:00
|
|
|
# include ".\Borland\SmallObj.cpp"
|
2002-08-24 00:31:37 +00:00
|
|
|
# elif (__MWERKS__)
|
|
|
|
# include ".\Reference\SmallObj.cpp"
|
|
|
|
# elif ( (__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 95)) )
|
|
|
|
# include ".\Reference\SmallObj.cpp"
|
2002-08-15 02:38:19 +00:00
|
|
|
# else
|
|
|
|
//Define LOKI_USE_REFERENCE and get back to us on the results
|
|
|
|
# error Compiler not tested with Loki, #define LOKI_USE_REFERENCE
|
|
|
|
# endif
|
|
|
|
#endif
|