2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Choose BOOST_PYTHON_DYNAMIC_LIB by default

[SVN r13462]
This commit is contained in:
Dave Abrahams
2002-04-12 18:21:42 +00:00
parent e5f2b0c0a9
commit d23daf225d

View File

@@ -79,6 +79,8 @@
// backwards compatibility:
#ifdef BOOST_PYTHON_STATIC_LIB
# define BOOST_PYTHON_STATIC_LINK
# elif !defined(BOOST_PYTHON_DYNAMIC_LIB)
# define BOOST_PYTHON_DYNAMIC_LIB
#endif
#if defined(__MWERKS__) \