[Python-checkins] CVS: python/dist/src/Mac/scripts genpluginprojects.py,1.12,1.13

Jack Jansen jackjansen@users.sourceforge.net
Tue, 26 Jun 2001 14:52:10 -0700


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

Modified Files:
	genpluginprojects.py 
Log Message:
Added CF module build and project generation (carbon only).

Index: genpluginprojects.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/genpluginprojects.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** genpluginprojects.py	2001/05/17 22:12:55	1.12
--- genpluginprojects.py	2001/06/26 21:52:08	1.13
***************
*** 146,149 ****
--- 146,152 ----
  	genpluginproject("carbon", "TE")
  	
+ 	# OSX Only?
+ 	genpluginproject("carbon", "CF")
+ 	
  	# Other Mac modules
  	genpluginproject("all", "calldll", sources=["calldll.c"])