mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +00:00
Add compilation instructions for xxmodule.c.
This commit is contained in:
parent
a33d0aa693
commit
6c7438e784
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue