Ported the icglue module to carbon.

This commit is contained in:
Jack Jansen 2001-01-29 13:27:46 +00:00
parent 13735e3e3e
commit 5a8115c94b
5 changed files with 11 additions and 4 deletions

View file

@ -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__':