[Python-checkins] python/dist/src setup.py,1.160,1.161

jvr@users.sourceforge.net jvr@users.sourceforge.net
Fri, 02 May 2003 17:27:25 -0700


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

Modified Files:
	setup.py 
Log Message:
build the new autoGIL module on OSX

Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.160
retrieving revision 1.161
diff -C2 -d -r1.160 -r1.161
*** setup.py	17 Apr 2003 22:23:36 -0000	1.160
--- setup.py	3 May 2003 00:27:23 -0000	1.161
***************
*** 749,752 ****
--- 749,754 ----
                          extra_link_args=['-framework', 'CoreFoundation']) )
  
+             exts.append( Extension('autoGIL', ['autoGIL.c'],
+                         extra_link_args=['-framework', 'CoreFoundation']) )
              exts.append( Extension('gestalt', ['gestaltmodule.c'],
                          extra_link_args=['-framework', 'Carbon']) )