[Python-checkins] CVS: python/dist/src setup.py,1.70,1.71

Jack Jansen jackjansen@users.sourceforge.net
Wed, 12 Dec 2001 15:03:19 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv27955

Modified Files:
	setup.py 
Log Message:
Build _CarbonEvt module on Mac OS X. Still gives a couple of warnings
but compiles OK.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** setup.py	2001/12/09 23:08:54	1.70
--- setup.py	2001/12/12 23:03:17	1.71
***************
*** 605,608 ****
--- 605,610 ----
                  exts.append( Extension('_App', ['app/_Appmodule.c'],
              		extra_link_args=['-framework', 'Carbon']) )
+                 exts.append( Extension('_CarbonEvt', ['carbonevt/_CarbonEvtmodule.c'],
+             		extra_link_args=['-framework', 'Carbon']) )
                  exts.append( Extension('_Cm', ['cm/_Cmmodule.c'],
              		extra_link_args=['-framework', 'Carbon']) )