diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-24 13:07:58 (GMT) | 
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-24 13:07:58 (GMT) | 
| commit | 487197dd537020ae29de6a1c2030901e56000a9c (patch) | |
| tree | bc825f6f18dabfe36b36b7d8289ac91b49a9f0d8 /Mac/scripts/genpluginprojects.py | |
| parent | f4f427681507371f70ef904a248420ef15dba2a8 (diff) | |
| download | cpython-487197dd537020ae29de6a1c2030901e56000a9c.zip cpython-487197dd537020ae29de6a1c2030901e56000a9c.tar.gz cpython-487197dd537020ae29de6a1c2030901e56000a9c.tar.bz2  | |
Updated for demise of macfs.
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
| -rw-r--r-- | Mac/scripts/genpluginprojects.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index 65ff348..fb180b8 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -120,7 +120,6 @@ def	genallprojects(force=0):  	# bgen-generated Toolbox modules  	genpluginproject("carbon", "_AE", outputdir="::Lib:Carbon")  	genpluginproject("carbon", "_AH", outputdir="::Lib:Carbon") -	genpluginproject("carbon", "_Alias", outputdir="::Lib:Carbon")  	genpluginproject("carbon", "_App", outputdir="::Lib:Carbon")  	genpluginproject("carbon", "_Cm", outputdir="::Lib:Carbon")  	# XXX can't work properly because we need to set a custom fragment initializer  | 
