disable threading because the sdk (windows.h) is not detected automatically by the batch scripts
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@335 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
7fe4c81ff0
commit
41d2cb34f5
1 changed files with 5 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#define LOKI_CLASS_LEVEL_THREADING
|
//#define LOKI_CLASS_LEVEL_THREADING
|
||||||
#define LOKI_OBJECT_LEVEL_THREADING
|
//#define LOKI_OBJECT_LEVEL_THREADING
|
||||||
|
|
||||||
// Some platforms might have difficulty with this
|
// Some platforms might have difficulty with this
|
||||||
// Need to ifdef around those cases.
|
// Need to ifdef around those cases.
|
||||||
|
@ -56,7 +56,7 @@ Test::tests_type Test::tests;
|
||||||
#include "AbstractFactoryTest.h"
|
#include "AbstractFactoryTest.h"
|
||||||
#include "FunctorTest.h"
|
#include "FunctorTest.h"
|
||||||
#include "DataGeneratorsTest.h"
|
#include "DataGeneratorsTest.h"
|
||||||
//#include "AssocVectorTest.h"
|
#include "AssocVectorTest.h"
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
@ -117,6 +117,9 @@ int main()
|
||||||
|
|
||||||
|
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.12 2005/10/30 14:22:31 syntheticpp
|
||||||
|
// disable threading because the sdk (windows.h) is not detected automatically by the batch scripts
|
||||||
|
//
|
||||||
// Revision 1.11 2005/10/30 13:49:44 syntheticpp
|
// Revision 1.11 2005/10/30 13:49:44 syntheticpp
|
||||||
// make disabling the TYPELIST macros possible
|
// make disabling the TYPELIST macros possible
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue