]> granicus.if.org Git - python/commitdiff
Add compilation instructions for xxmodule.c.
authorGuido van Rossum <guido@python.org>
Tue, 11 Feb 2003 20:05:50 +0000 (20:05 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Feb 2003 20:05:50 +0000 (20:05 +0000)
setup.py

index 8b394e367d9b38048f37b5cf061cfaaebec9a4f2..28fbb77bd5c5c4974376f707dc2ad9b3e3598130 100644 (file)
--- a/setup.py
+++ b/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 \