mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Added Mlte module (which, to my surprise, is available for classic ppc as well).
This commit is contained in:
parent
2aadb891e7
commit
198641247b
2 changed files with 5 additions and 1 deletions
|
@ -144,8 +144,10 @@ def genallprojects(force=0):
|
|||
genpluginproject("all", "Sndihooks", sources=[":snd:Sndihooks.c"])
|
||||
genpluginproject("ppc", "TE", libraries=["DragLib"])
|
||||
genpluginproject("carbon", "TE")
|
||||
genpluginproject("ppc", "Mlte", libraries=["Textension"])
|
||||
genpluginproject("carbon", "Mlte")
|
||||
|
||||
# OSX Only?
|
||||
# Carbon Only?
|
||||
genpluginproject("carbon", "CF")
|
||||
|
||||
# Other Mac modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue