diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-29 22:08:06 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-29 22:08:06 +0000 |
commit | 7c10008917059610930f2122017e752ac7bc1ba5 (patch) | |
tree | a296f40271e7b8e04159d41f3497761ccd7586de /Mac/scripts/genpluginprojects.py | |
parent | 028f2d5d89f4d1ba06a9c13532e449e7215ef2d7 (diff) | |
download | cpython-git-7c10008917059610930f2122017e752ac7bc1ba5.tar.gz |
Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite.
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
-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 1841d0a282..6d2107b463 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -109,7 +109,10 @@ def genallprojects(force=0): extradirs=["::::gdbm:mac", "::::gdbm"]) genpluginproject("all", "_weakref", sources=["_weakref.c"]) genpluginproject("all", "_symtable", sources=["symtablemodule.c"]) + # Example/test modules genpluginproject("all", "_testcapi") + genpluginproject("all", "xx") + genpluginproject("all", "xxsubtype", sources=["xxsubtype.c"]) # bgen-generated Toolbox modules genpluginproject("carbon", "_AE", outputdir="::Lib:Carbon") |