mirror of
https://github.com/python/cpython.git
synced 2025-09-06 17:02:26 +00:00
Ported the icglue module to carbon.
This commit is contained in:
parent
13735e3e3e
commit
5a8115c94b
5 changed files with 11 additions and 4 deletions
|
@ -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__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue