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

Jack Jansen jackjansen@users.sourceforge.net
Fri, 11 Jan 2002 04:39:05 -0800


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

Modified Files:
	genpluginprojects.py 
Log Message:
CodeWarrior includes Waste and Internet Config nowadays, obviating the need for separate downloads.

Index: genpluginprojects.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/genpluginprojects.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** genpluginprojects.py	2001/12/13 13:21:38	1.26
--- genpluginprojects.py	2002/01/11 12:39:03	1.27
***************
*** 176,196 ****
  	genpluginproject("all", "ColorPicker")
  	genpluginproject("ppc", "Printing")
  	genpluginproject("ppc", "waste",
  		sources=[
  			"wastemodule.c",
! 			'WEAccessors.c', 'WEBirthDeath.c', 'WEDebug.c',
! 			'WEDrawing.c', 'WEFontTables.c', 'WEHighLevelEditing.c',
! 			'WEICGlue.c', 'WEInlineInput.c', 'WELineLayout.c', 'WELongCoords.c',
! 			'WELowLevelEditing.c', 'WEMouse.c', 'WEObjects.c', 'WEScraps.c',
! 			'WESelecting.c', 'WESelectors.c', 'WEUserSelectors.c', 'WEUtilities.c',
! 			'WEObjectHandlers.c',
! 			'WETabs.c',
! 			'WETabHooks.c'],
! 		libraries=['DragLib'],
  		extradirs=[
! 			'::::Waste 1.3 Distribution:*',
! 			'::::ICProgKit1.4:APIs']
  		)
- 	# This is a hack, combining parts of Waste 2.0 with parts of 1.3
  	genpluginproject("carbon", "waste",
  		sources=[
--- 176,213 ----
  	genpluginproject("all", "ColorPicker")
  	genpluginproject("ppc", "Printing")
+ ##	genpluginproject("ppc", "waste",
+ ##		sources=[
+ ##			"wastemodule.c",
+ ##			'WEAccessors.c', 'WEBirthDeath.c', 'WEDebug.c',
+ ##			'WEDrawing.c', 'WEFontTables.c', 'WEHighLevelEditing.c',
+ ##			'WEICGlue.c', 'WEInlineInput.c', 'WELineLayout.c', 'WELongCoords.c',
+ ##			'WELowLevelEditing.c', 'WEMouse.c', 'WEObjects.c', 'WEScraps.c',
+ ##			'WESelecting.c', 'WESelectors.c', 'WEUserSelectors.c', 'WEUtilities.c',
+ ##			'WEObjectHandlers.c',
+ ##			'WETabs.c',
+ ##			'WETabHooks.c'],
+ ##		libraries=['DragLib'],
+ ##		extradirs=[
+ ##			'::::Waste 1.3 Distribution:*',
+ ##			'::::ICProgKit1.4:APIs']
+ ##		)
+ 	# This is a hack, combining parts of Waste 2.0 with parts of 1.3
  	genpluginproject("ppc", "waste",
  		sources=[
  			"wastemodule.c",
! 			"WEObjectHandlers.c",
! 			"WETabs.c", "WETabHooks.c"],
! 		libraries=[
! 			"WASTE.PPC.lib",
! 			"TextCommon",
! 			"UnicodeConverter",
! 			"DragLib",
! 			],
  		extradirs=[
! 			'{Compiler}:MacOS Support:(Third Party Support):Waste 2.0 Distribution:C_C++ Headers',
! 			'{Compiler}:MacOS Support:(Third Party Support):Waste 2.0 Distribution:Static Libraries',
! 			'::wastemods',
! 			]
  		)
  	genpluginproject("carbon", "waste",
  		sources=[
***************
*** 202,214 ****
  			'{Compiler}:MacOS Support:(Third Party Support):Waste 2.0 Distribution:C_C++ Headers',
  			'{Compiler}:MacOS Support:(Third Party Support):Waste 2.0 Distribution:Static Libraries',
! 			'::::Waste 1.3 Distribution:Extras:Sample Object Handlers',
! 			'::::Waste 1.3 Distribution:Extras:Waste Tabs 1.3.2']
  		)
  	genpluginproject("ppc", "ctb")
  	genpluginproject("ppc", "icglue", sources=["icgluemodule.c"], 
! 		libraries=["ICGlueCFM-PPC.lib"], 
! 		extradirs=["::::ICProgKit1.4:APIs"])
! 	genpluginproject("carbon", "icglue", sources=["icgluemodule.c"], 
! 		extradirs=["::::ICProgKit1.4:APIs"])
  	genpluginproject("ppc", "macspeech", libraries=["SpeechLib"])
  
--- 219,231 ----
  			'{Compiler}:MacOS Support:(Third Party Support):Waste 2.0 Distribution:C_C++ Headers',
  			'{Compiler}:MacOS Support:(Third Party Support):Waste 2.0 Distribution:Static Libraries',
! 			'::wastemods',
! 			]
  		)
+ ##			'::::Waste 1.3 Distribution:Extras:Sample Object Handlers',
+ ##			'::::Waste 1.3 Distribution:Extras:Waste Tabs 1.3.2']
  	genpluginproject("ppc", "ctb")
  	genpluginproject("ppc", "icglue", sources=["icgluemodule.c"], 
! 		libraries=["InternetConfigLib"])
! 	genpluginproject("carbon", "icglue", sources=["icgluemodule.c"])
  	genpluginproject("ppc", "macspeech", libraries=["SpeechLib"])