From: Guido van Rossum Date: Tue, 11 Feb 2003 20:05:50 +0000 (+0000) Subject: Add compilation instructions for xxmodule.c. X-Git-Tag: v2.3c1~1910 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c7438e784a0537260ed9423079e3bb5d61be8c3;p=python Add compilation instructions for xxmodule.c. --- diff --git a/setup.py b/setup.py index 8b394e367d..28fbb77bd5 100644 --- 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 \