diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2002-09-06 22:59:00 (GMT) | 
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-09-06 22:59:00 (GMT) | 
| commit | 25a8f0d5f891eda3a591f808a910cf8884a6da4c (patch) | |
| tree | 660e1c6905e0c620f7fe55e996f199501d9748fd /Mac/scripts/genpluginprojects.py | |
| parent | b34101162d94b0b1c618bbd3c64538ff85580697 (diff) | |
| download | cpython-25a8f0d5f891eda3a591f808a910cf8884a6da4c.zip cpython-25a8f0d5f891eda3a591f808a910cf8884a6da4c.tar.gz cpython-25a8f0d5f891eda3a591f808a910cf8884a6da4c.tar.bz2  | |
Silly me, I enabled the old help module. Fixed.
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
| -rw-r--r-- | Mac/scripts/genpluginprojects.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index ccce8a7..964b693 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -139,6 +139,7 @@ def	genallprojects(force=0):  	# bgen-generated Toolbox modules  	genpluginproject("carbon", "_AE", outputdir="::Lib:Carbon") +	genpluginproject("carbon", "_AH", outputdir="::Lib:Carbon")  	genpluginproject("ppc", "_AE", libraries=["ObjectSupportLib"],   			stdlibraryflags="Debug, WeakImport",  outputdir="::Lib:Carbon")  	genpluginproject("ppc", "_App", libraries=["CarbonAccessors.o", "AppearanceLib"], @@ -165,7 +166,7 @@ def	genallprojects(force=0):  			stdlibraryflags="Debug, WeakImport",  outputdir="::Lib:Carbon")  	genpluginproject("all", "_Fm",   			stdlibraryflags="Debug, WeakImport",  outputdir="::Lib:Carbon") -	genpluginproject("all", "_Help", outputdir="::Lib:Carbon") +	genpluginproject("ppc", "_Help", outputdir="::Lib:Carbon")  	genpluginproject("ppc", "_Icn", libraries=["IconServicesLib"],   			libraryflags="Debug, WeakImport",  outputdir="::Lib:Carbon")  	genpluginproject("carbon", "_IBCarbon", sources=[":ibcarbon:_IBCarbon.c"],   | 
