aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/details/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/boost/details/config.hxx')
-rw-r--r--odb/boost/details/config.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/odb/boost/details/config.hxx b/odb/boost/details/config.hxx
index bc9db32..a637f44 100644
--- a/odb/boost/details/config.hxx
+++ b/odb/boost/details/config.hxx
@@ -7,11 +7,14 @@
// no pre
-#ifdef _MSC_VER
-#elif defined(ODB_COMPILER)
+#ifdef ODB_COMPILER
# define LIBODB_BOOST_STATIC_LIB
-#else
-# include <odb/boost/details/config.h>
+#elif !defined(LIBODB_BOOST_BUILD2)
+# ifdef _MSC_VER
+# include <odb/boost/details/config-vc.h>
+# else
+# include <odb/boost/details/config.h>
+# endif
#endif
// no post