From 0e1c24ab8953c28a02dda33c61c13c03c628dcd2 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 22 Jan 2001 14:50:05 +0000 Subject: Waste needs the ICProgKit API. --- Mac/scripts/genpluginprojects.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"], -- cgit v0.12