Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite.

This commit is contained in:
Jack Jansen 2001-08-29 22:08:06 +00:00
parent 028f2d5d89
commit 7c10008917
2 changed files with 7 additions and 0 deletions

View file

@ -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")