[Python-checkins] python/dist/src/Mac/scripts genpluginprojects.py,1.32,1.33

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 22 Jul 2002 05:32:33 -0700


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

Modified Files:
	genpluginprojects.py 
Log Message:
Finally found out why te cf project sometimes worked and someimes didn't. Fixed it.

Index: genpluginprojects.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/genpluginprojects.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** genpluginprojects.py	26 Jun 2002 22:06:08 -0000	1.32
--- genpluginprojects.py	22 Jul 2002 12:32:31 -0000	1.33
***************
*** 199,203 ****
  			libraryflags="Debug, WeakImport", outputdir="::Lib:Carbon")
  	# Carbon Only?
! 	genpluginproject("carbon", "_CF", sources=[":cf:_CFmodule.c", ":cf:pycfbridge.c"], outputdir="::Lib:Carbon")
  	genpluginproject("carbon", "_CarbonEvt", outputdir="::Lib:Carbon")
  	genpluginproject("carbon", "hfsplus")
--- 199,203 ----
  			libraryflags="Debug, WeakImport", outputdir="::Lib:Carbon")
  	# Carbon Only?
! 	genpluginproject("carbon", "_CF", sources=["_CFmodule.c", "pycfbridge.c"], outputdir="::Lib:Carbon")
  	genpluginproject("carbon", "_CarbonEvt", outputdir="::Lib:Carbon")
  	genpluginproject("carbon", "hfsplus")