diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-21 22:33:55 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-21 22:33:55 +0000 |
commit | 5bb97e66dcbb110877ac17209c7d2641db6f6006 (patch) | |
tree | 7e8ae64ff6bc4b752ee0f15c894896772d3fd876 /Mac/scripts/genpluginprojects.py | |
parent | 4c641d0ce1cc764f300e8c6863eaaf37c956a8d2 (diff) | |
download | cpython-git-5bb97e66dcbb110877ac17209c7d2641db6f6006.tar.gz |
Checking mac-specific stuff from the 2.3a2 branch in on the trunk.
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
-rw-r--r-- | Mac/scripts/genpluginprojects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index e346e95d0b..03ce54f65d 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -101,7 +101,7 @@ def genallprojects(force=0): genpluginproject("carbon", "pyexpat", sources=["pyexpat.c", "xmlparse.c", "xmlrole.c", "xmltok.c"], extradirs=[":::Modules:expat"], - prefixname="mwerks_shcarbon_config.h" + prefixname="mwerks_pyexpat_config.h" ) genpluginproject("carbon", "zlib", libraries=["zlib.ppc.Lib"], |