Added Mlte module (which, to my surprise, is available for classic ppc as well).
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py
index 4a551c5..b7d2f6c 100644
--- a/Mac/scripts/genpluginprojects.py
+++ b/Mac/scripts/genpluginprojects.py
@@ -144,8 +144,10 @@
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