diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-22 14:50:05 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-22 14:50:05 (GMT) |
commit | 0e1c24ab8953c28a02dda33c61c13c03c628dcd2 (patch) | |
tree | 3f0bc98e3e413623a9b2f7cbaac10549776bc4e7 /Mac | |
parent | 441dea5f32dcfe1f9c8f3ca9650945e37818fcac (diff) | |
download | cpython-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.py | 4 |
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"], |