Kaydet (Commit) 6c7438e7 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add compilation instructions for xxmodule.c.

üst a33d0aa6
......@@ -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 \
......
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