File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ def handle_dialog(filename):
261261 (":Mac:Build:Snd.mcp" , "Snd.ppc" ),
262262 (":Mac:Build:Sndihooks.mcp" , "Sndihooks.ppc" ),
263263 (":Mac:Build:TE.mcp" , "TE.ppc" ),
264+ (":Mac:Build:Mlte.ppc.mcp" , "Mlte.ppc" ),
264265 ]),
265266
266267I_CARBON_PLUGINS : (buildmwproject , "CWIE" , [
@@ -289,6 +290,7 @@ def handle_dialog(filename):
289290 (":Mac:Build:TE.carbon.mcp" , "TE.carbon" ),
290291
291292 (":Mac:Build:CF.carbon.mcp" , "CF.carbon" ),
293+ (":Mac:Build:Mlte.carbon.mcp" , "Mlte.carbon" ),
292294 ]),
293295
294296I_PPC_FULL : (buildmwproject , "CWIE" , [
Original file line number Diff line number Diff line change @@ -144,8 +144,10 @@ def genallprojects(force=0):
144144 genpluginproject ("all" , "Sndihooks" , sources = [":snd:Sndihooks.c" ])
145145 genpluginproject ("ppc" , "TE" , libraries = ["DragLib" ])
146146 genpluginproject ("carbon" , "TE" )
147+ genpluginproject ("ppc" , "Mlte" , libraries = ["Textension" ])
148+ genpluginproject ("carbon" , "Mlte" )
147149
148- # OSX Only?
150+ # Carbon Only?
149151 genpluginproject ("carbon" , "CF" )
150152
151153 # Other Mac modules
You can’t perform that action at this time.
0 commit comments