Update of /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4676/ohxl/ohxll
Modified Files:
addin.cpp
Log Message:
removing autolink.hpp
Index: addin.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/ohxll/addin.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** addin.cpp 19 May 2006 15:12:41 -0000 1.1
--- addin.cpp 25 May 2006 10:45:36 -0000 1.2
***************
*** 21,24 ****
--- 21,34 ----
#include <ohxl/export.hpp>
#include <ohxl/conversions.hpp>
+ /* Use BOOST_MSVC instead of _MSC_VER since some other vendors (Metrowerks,
+ for example) also #define _MSC_VER
+ */
+ #ifdef BOOST_MSVC
+ # define BOOST_LIB_DIAGNOSTIC
+ # define BOOST_LIB_NAME boost_unit_test_framework
+ # include <log4cxx/autolink.hpp>
+ # undef BOOST_LIB_NAME
+ # undef BOOST_LIB_DIAGNOSTIC
+ #endif
#include <sstream>
|