summaryrefslogtreecommitdiff
path: root/Mac/scripts/genpluginprojects.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
-rw-r--r--Mac/scripts/genpluginprojects.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py
index 4a551c5a7d..b7d2f6c802 100644
--- a/Mac/scripts/genpluginprojects.py
+++ b/Mac/scripts/genpluginprojects.py
@@ -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