summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
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"],