diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-02-12 14:50:52 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-02-12 14:50:52 (GMT) |
commit | 6e27118b72c050f5388bcf70c8e5d329479cba0b (patch) | |
tree | 7f6ea4a137463fc348f2415d06f580acd5761391 /Mac/scripts | |
parent | 5288c47f6b77a1ea982f7d071ffaebd96775c9d3 (diff) | |
download | cpython-6e27118b72c050f5388bcf70c8e5d329479cba0b.zip cpython-6e27118b72c050f5388bcf70c8e5d329479cba0b.tar.gz cpython-6e27118b72c050f5388bcf70c8e5d329479cba0b.tar.bz2 |
Added modules _testcapi, _weakref, _symtable.
Diffstat (limited to 'Mac/scripts')
-rw-r--r-- | Mac/scripts/genpluginprojects.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index 3986771..679e034 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -100,6 +100,9 @@ def genallprojects(force=0): genpluginproject("all", "gdbm", libraries=["gdbm.ppc.gusi.lib"], extradirs=["::::gdbm:mac", "::::gdbm"]) + genpluginproject("all", "_weakref", sources=["_weakref.c"]) + genpluginproject("all", "_symtable", sources=["symtablemodule.c"]) + genpluginproject("all", "_testcapi") # bgen-generated Toolbox modules genpluginproject("ppc", "App", libraries=["AppearanceLib"]) |