Codebase list pycxx / debian/5.3.5-1.1 example_linux_py21.mak
debian/5.3.5-1.1

Tree @debian/5.3.5-1.1 (Download .tar.gz)

example_linux_py21.mak @debian/5.3.5-1.1raw · history · blame

#
#	BUild the example on Linux for version 2.1.1
#
CCC=g++ -c
CCCFLAGS=-fPIC -I/usr/include/python2.1 -I.
LDSHARED=g++ -shared
LDLIBS=
PYTHON=python2

include example_common.mak