2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

rollback for DLL

[SVN r12127]
This commit is contained in:
Dave Abrahams
2001-12-19 22:50:26 +00:00
parent ac20fcca63
commit 4eadbb299e

View File

@@ -84,13 +84,7 @@ lib libboost_python : ../src/$(CPP_SOURCES).cpp
<shared-linkable>true
$(PYTHON_PROPERTIES) ;
dll libboost_python$(SUFDLL[1]) : ../src/$(CPP_SOURCES).cpp
# requirements
: $(BOOST_PYTHON_INCLUDES)
<shared-linkable>true
<define>BOOST_RE_BUILD_DLL=1
$(PYTHON_PROPERTIES) ;
############# comprehensive module and test ###########
bpl-test boost_python_test
: ../test/comprehensive.cpp ;