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

Fixed typo in use of "PYTHON_LIB"

[SVN r9467]
This commit is contained in:
Dave Abrahams
2001-03-06 20:55:09 +00:00
parent 53d2398e06
commit 116b3db1d1

View File

@@ -1,5 +1,7 @@
# Revision History:
# 06 Mar 01 Fixed typo in use of "PYTHON_LIB" (Dave Abrahams)
# 04 Mar 01 Changed library name to libboost_python.a (David Abrahams)
LIBSRC = \
classes.cpp \
conversions.cpp \
@@ -33,7 +35,7 @@ endif
[ -s $@ ] || rm -f $@
example1: example1.o libboost_python.a
como-dyn-link -o ../example/hellomodule.$(MODULE_EXTENSION) $(PYHTON_LIB) example1.o -L. -lboost_python
como-dyn-link -o ../example/hellomodule.$(MODULE_EXTENSION) $(PYTHON_LIB) example1.o -L. -lboost_python
python ../example/test_example1.py
example1.o: ../example/example1.cpp