[Python-checkins] python/dist/src setup.py,1.166,1.167
jvr@users.sourceforge.net
jvr@users.sourceforge.net
2003年5月24日 13:21:52 -0700
Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv25516
Modified Files:
setup.py
Log Message:
Somehow ColorPicker has never been included or tested under darwin, but it works just fine.
Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.166
retrieving revision 1.167
diff -C2 -d -r1.166 -r1.167
*** setup.py 9 May 2003 09:05:19 -0000 1.166
--- setup.py 24 May 2003 20:21:50 -0000 1.167
***************
*** 777,780 ****
--- 777,782 ----
extra_link_args=['-framework', 'CoreFoundation']) )
+ exts.append( Extension('ColorPicker', ['ColorPickermodule.c'],
+ extra_link_args=['-framework', 'Carbon']) )
exts.append( Extension('autoGIL', ['autoGIL.c'],
extra_link_args=['-framework', 'CoreFoundation']) )