summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-01-22 14:50:05 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-01-22 14:50:05 (GMT)
commit0e1c24ab8953c28a02dda33c61c13c03c628dcd2 (patch)
tree3f0bc98e3e413623a9b2f7cbaac10549776bc4e7 /Mac
parent441dea5f32dcfe1f9c8f3ca9650945e37818fcac (diff)
downloadcpython-0e1c24ab8953c28a02dda33c61c13c03c628dcd2.zip
cpython-0e1c24ab8953c28a02dda33c61c13c03c628dcd2.tar.gz
cpython-0e1c24ab8953c28a02dda33c61c13c03c628dcd2.tar.bz2
Waste needs the ICProgKit API.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/scripts/genpluginprojects.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py
index a785708..4f0f89c 100644
--- a/Mac/scripts/genpluginprojects.py
+++ b/Mac/scripts/genpluginprojects.py
@@ -118,7 +118,9 @@ def genallprojects(force=0):
'WETabs.c',
'WETabHooks.c'],
libraries=['DragLib'],
- extradirs=['::::Waste 1.3 Distribution:*']
+ extradirs=[
+ '::::Waste 1.3 Distribution:*',
+ '::::ICProgKit1.4:APIs']
)
genpluginproject("ctb")
genpluginproject("icglue", sources=["icgluemodule.c"],