summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/genpluginprojects.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
-rw-r--r--Mac/scripts/genpluginprojects.py3
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"])