Add compilation instructions for xxmodule.c.

This commit is contained in:
Guido van Rossum 2003-02-11 20:05:50 +00:00
parent a33d0aa693
commit 6c7438e784

View file

@ -999,6 +999,10 @@ class PyBuildExt(build_ext):
)
self.extensions.append(ext)
## # Uncomment these lines if you want to play with xxmodule.c
## ext = Extension('xx', ['xxmodule.c'])
## self.extensions.append(ext)
# XXX handle these, but how to detect?
# *** Uncomment and edit for PIL (TkImaging) extension only:
# -DWITH_PIL -I../Extensions/Imaging/libImaging tkImaging.c \