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

Progress on embedding example for unix.

[SVN r16458]
This commit is contained in:
Dave Abrahams
2002-11-29 20:23:54 +00:00
parent c4df3c6562
commit bbef71dc7d

View File

@@ -59,7 +59,9 @@ run ../test/embedding.cpp <dll>../build/boost_python
: # program args
: # input files
: # requirements
$(PYTHON_PROPERTIES) ;
$(PYTHON_PROPERTIES)
<library-path>$(PYTHON_LIB_PATH)
<find-library>$(PYTHON_EMBEDDED_LIBRARY) ;
bpl-test polymorphism ;
bpl-test auto_ptr ;