summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/genpluginprojects.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-01-25 16:28:34 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-01-25 16:28:34 (GMT)
commit41eb3c7dc5064e8e2c66d3066f6cffb1ae4252b5 (patch)
treed9c853cb7a495082e6fc46e9b60d85dcd9a23263 /Mac/scripts/genpluginprojects.py
parent4ff2fe7ee11593f940ce17ef3ebd81f97707625b (diff)
downloadcpython-41eb3c7dc5064e8e2c66d3066f6cffb1ae4252b5.zip
cpython-41eb3c7dc5064e8e2c66d3066f6cffb1ae4252b5.tar.gz
cpython-41eb3c7dc5064e8e2c66d3066f6cffb1ae4252b5.tar.bz2
ucnhash module has gone.
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
-rw-r--r--Mac/scripts/genpluginprojects.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py
index a65900f..bacdb71 100644
--- a/Mac/scripts/genpluginprojects.py
+++ b/Mac/scripts/genpluginprojects.py
@@ -90,7 +90,6 @@ def genallprojects(force=0):
global FORCEREBUILD
FORCEREBUILD = force
# Standard Python modules
- genpluginproject("all", "ucnhash", sources=["ucnhash.c"])
genpluginproject("all", "pyexpat",
sources=["pyexpat.c"],
libraries=["libexpat.ppc.lib"],