From 4eadbb299e0891f448f97a2931c10ba669d93936 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 19 Dec 2001 22:50:26 +0000 Subject: [PATCH] rollback for DLL [SVN r12127] --- build/Jamfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build/Jamfile b/build/Jamfile index 78d1e84a..c56bf47c 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -84,13 +84,7 @@ lib libboost_python : ../src/$(CPP_SOURCES).cpp true $(PYTHON_PROPERTIES) ; -dll libboost_python$(SUFDLL[1]) : ../src/$(CPP_SOURCES).cpp - # requirements - : $(BOOST_PYTHON_INCLUDES) - true - BOOST_RE_BUILD_DLL=1 - $(PYTHON_PROPERTIES) ; - + ############# comprehensive module and test ########### bpl-test boost_python_test : ../test/comprehensive.cpp ;