[Python-checkins] python/dist/src setup.py,1.127,1.128

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 19 Dec 2002 15:28:00 -0800


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

Modified Files:
	setup.py 
Log Message:
The extension module macfs has been replaced by a pure Python version.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** setup.py	17 Dec 2002 16:47:17 -0000	1.127
--- setup.py	19 Dec 2002 23:27:58 -0000	1.128
***************
*** 734,741 ****
              exts.append( Extension('icglue', ['icgluemodule.c'],
                          extra_link_args=['-framework', 'Carbon']) )
-             exts.append( Extension('macfs',
-                                    ['macfsmodule.c',
-                                     '../Python/getapplbycreator.c'],
-                         extra_link_args=['-framework', 'Carbon']) )
              exts.append( Extension('_Res', ['res/_Resmodule.c'],
                          extra_link_args=['-framework', 'Carbon']) )
--- 734,737 ----
***************
*** 747,752 ****
                      extra_link_args=['-framework', 'Carbon']) )
              exts.append( Extension('_AH', ['ah/_AHmodule.c'],
-                     extra_link_args=['-framework', 'Carbon']) )
-             exts.append( Extension('_Alias', ['alias/_Aliasmodule.c'],
                      extra_link_args=['-framework', 'Carbon']) )
              exts.append( Extension('_App', ['app/_Appmodule.c'],
--- 743,746 ----