summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/genpluginprojects.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-01-29 13:27:46 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-01-29 13:27:46 (GMT)
commit5a8115c94b02bab70437f9eac53464c56e32bfd2 (patch)
tree1161baa334b014a575664645149b3dc25fe9b03c /Mac/scripts/genpluginprojects.py
parent13735e3e3e69aa1adc5d1f9001216d8c151a8d4d (diff)
downloadcpython-5a8115c94b02bab70437f9eac53464c56e32bfd2.zip
cpython-5a8115c94b02bab70437f9eac53464c56e32bfd2.tar.gz
cpython-5a8115c94b02bab70437f9eac53464c56e32bfd2.tar.bz2
Ported the icglue module to carbon.
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
-rw-r--r--Mac/scripts/genpluginprojects.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py
index bacdb71..3986771 100644
--- a/Mac/scripts/genpluginprojects.py
+++ b/Mac/scripts/genpluginprojects.py
@@ -174,6 +174,8 @@ def genallprojects(force=0):
genpluginproject("ppc", "icglue", sources=["icgluemodule.c"],
libraries=["ICGlueCFM-PPC.lib"],
extradirs=["::::ICProgKit1.4:APIs"])
+ genpluginproject("carbon", "icglue", sources=["icgluemodule.c"],
+ extradirs=["::::ICProgKit1.4:APIs"])
genpluginproject("ppc", "macspeech", libraries=["SpeechLib"])
if __name__ == '__main__':