summaryrefslogtreecommitdiff
path: root/Mac/scripts/genpluginprojects.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-03-21 12:56:27 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-03-21 12:56:27 +0000
commit6fa2dc70b8af4734d709d010c8d2e01b77671403 (patch)
treec349442bd722bb9f025fc19c8b729a32409d473a /Mac/scripts/genpluginprojects.py
parentbb829b7c0205e9e75eaee10323a959169d7ecefc (diff)
downloadcpython-git-6fa2dc70b8af4734d709d010c8d2e01b77671403.tar.gz
Added _csv module, and getting rid of macfs.
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 03ce54f65d..929d2c4ecd 100644
--- a/Mac/scripts/genpluginprojects.py
+++ b/Mac/scripts/genpluginprojects.py
@@ -109,6 +109,7 @@ def genallprojects(force=0):
genpluginproject("carbon", "gdbm",
libraries=["gdbm.ppc.gusi.lib"],
extradirs=["::::gdbm:mac", "::::gdbm"])
+ genpluginproject("carbon", "_csv", sources=["_csv.c"])
genpluginproject("carbon", "_weakref", sources=["_weakref.c"])
genpluginproject("carbon", "_symtable", sources=["symtablemodule.c"])
# Example/test modules