[Python-checkins] python/dist/src setup.py,1.143,1.144

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 11 Feb 2003 12:05:55 -0800


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv28976

Modified Files:
	setup.py 
Log Message:
Add compilation instructions for xxmodule.c.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** setup.py	5 Feb 2003 15:16:17 -0000	1.143
--- setup.py	11 Feb 2003 20:05:50 -0000	1.144
***************
*** 1000,1003 ****
--- 1000,1007 ----
          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: