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

Quick bugfix

[SVN r13825]
This commit is contained in:
Dave Abrahams
2002-05-11 17:11:51 +00:00
parent 390bb1988d
commit 36be16b3e9

View File

@@ -98,10 +98,10 @@ unit-test select_holder
unit-test select_from_python_test
: select_from_python_test.cpp
../src/converter/type_id.cpp
# ../src/converter/registry.cpp # MWerks needs this for some reason
: <include>$(BOOST_ROOT) <define>BOOST_PYTHON_STATIC_LIB
$(PYTHON_V1_PROPERTIES)
: <include>$(BOOST_ROOT)
[ difference $(PYTHON_PROPERTIES) : <define>BOOST_PYTHON_DYNAMIC_LIB ]
<define>BOOST_PYTHON_STATIC_LIB
;