Commit b8c96b68 authored by Guido van Rossum's avatar Guido van Rossum

Add compilation instructions for xxmodule.c.

parent 96abc185
...@@ -999,6 +999,10 @@ class PyBuildExt(build_ext): ...@@ -999,6 +999,10 @@ class PyBuildExt(build_ext):
) )
self.extensions.append(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? # XXX handle these, but how to detect?
# *** Uncomment and edit for PIL (TkImaging) extension only: # *** Uncomment and edit for PIL (TkImaging) extension only:
# -DWITH_PIL -I../Extensions/Imaging/libImaging tkImaging.c \ # -DWITH_PIL -I../Extensions/Imaging/libImaging tkImaging.c \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment