diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2001-07-13 20:57:47 (GMT) | 
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-07-13 20:57:47 (GMT) | 
| commit | 198641247b5df9e59db69b5bf7d8cdbbe002d3a9 (patch) | |
| tree | d85495adbf90163c9fb5fd8376bb9f1af96252c5 /Mac/scripts/genpluginprojects.py | |
| parent | 2aadb891e7c8192ad538413e13caa0c59fb720ec (diff) | |
| download | cpython-198641247b5df9e59db69b5bf7d8cdbbe002d3a9.zip cpython-198641247b5df9e59db69b5bf7d8cdbbe002d3a9.tar.gz cpython-198641247b5df9e59db69b5bf7d8cdbbe002d3a9.tar.bz2  | |
Added Mlte module (which, to my surprise, is available for classic ppc as well).
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
| -rw-r--r-- | Mac/scripts/genpluginprojects.py | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index 4a551c5..b7d2f6c 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -144,8 +144,10 @@ def	genallprojects(force=0):  	genpluginproject("all", "Sndihooks", sources=[":snd:Sndihooks.c"])  	genpluginproject("ppc", "TE", libraries=["DragLib"])  	genpluginproject("carbon", "TE") +	genpluginproject("ppc", "Mlte", libraries=["Textension"]) +	genpluginproject("carbon", "Mlte") -	# OSX Only? +	# Carbon Only?  	genpluginproject("carbon", "CF")  	# Other Mac modules  | 
