[Python-checkins] python/dist/src setup.py,1.117,1.118

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 22 Nov 2002 06:58:36 -0800


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

Modified Files:
	setup.py 
Log Message:
Got angry and added support for pretty much the whole file and folder
manager. This should allow us the get rid of most of the FSSpecs, only
navigation services remains to be done.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -d -r1.117 -r1.118
*** setup.py	19 Nov 2002 08:30:08 -0000	1.117
--- setup.py	22 Nov 2002 14:58:33 -0000	1.118
***************
*** 746,749 ****
--- 746,753 ----
                  exts.append( Extension('_Evt', ['evt/_Evtmodule.c'],
                          extra_link_args=['-framework', 'Carbon']) )
+                 exts.append( Extension('_File', ['file/_Filemodule.c'],
+                         extra_link_args=['-framework', 'Carbon']) )
+                 exts.append( Extension('_Folder', ['folder/_Foldermodule.c'],
+                         extra_link_args=['-framework', 'Carbon']) )
                  exts.append( Extension('_Fm', ['fm/_Fmmodule.c'],
                          extra_link_args=['-framework', 'Carbon']) )