2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-31 08:22:18 +00:00

Update V2 Jamfile for Boost.

[SVN r16882]
This commit is contained in:
Vladimir Prus
2003-01-13 10:05:01 +00:00
parent e13a11eb7f
commit ba4906d05c
2 changed files with 18 additions and 8 deletions

View File

@@ -7,4 +7,6 @@ project
python-extension getting_started1 : getting_started1.cpp : <shared>true ;
python-extension getting_started2 : getting_started2.cpp : <shared>true ;
exe embedding_test : embedding_test.cpp : <define>BOOST_PYTHON_DYNAMIC_LIB <shared>true ;