summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/genpluginprojects.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-10-23 22:23:44 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-10-23 22:23:44 (GMT)
commit6f1da007b9f9146a164554d389fdf0ad91fa46d7 (patch)
tree86af1ef5e8ca9de5764bb9aa936b397ea6ae6bbb /Mac/scripts/genpluginprojects.py
parenta43ad368ba23ec7314df55b871f54461c82526e2 (diff)
downloadcpython-6f1da007b9f9146a164554d389fdf0ad91fa46d7.zip
cpython-6f1da007b9f9146a164554d389fdf0ad91fa46d7.tar.gz
cpython-6f1da007b9f9146a164554d389fdf0ad91fa46d7.tar.bz2
Added _hotshot.
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
-rw-r--r--Mac/scripts/genpluginprojects.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py
index 6d2107b..3c41fcd 100644
--- a/Mac/scripts/genpluginprojects.py
+++ b/Mac/scripts/genpluginprojects.py
@@ -113,6 +113,7 @@ def genallprojects(force=0):
genpluginproject("all", "_testcapi")
genpluginproject("all", "xx")
genpluginproject("all", "xxsubtype", sources=["xxsubtype.c"])
+ genpluginproject("all", "_hotshot", sources=["_hotshot.c"])
# bgen-generated Toolbox modules
genpluginproject("carbon", "_AE", outputdir="::Lib:Carbon")