(finally) unified the interpreter and the applet as Just suggested ages ago. The

resulting program is called PythonInterpreter.
This commit is contained in:
Jack Jansen 1999-02-14 23:12:06 +00:00
parent f32834c206
commit 3b8052685c
5 changed files with 7 additions and 14 deletions

View file

@ -149,8 +149,7 @@ def handle_dialog(filename):
BUILD_DICT = {
I_CORE : (buildmwproject, "CWIE", [
(":Mac:Build:PythonCore.prj", "PythonCore"),
(":Mac:Build:Python.prj", "PythonFAT"),
(":Mac:Build:PythonApplet.prj", "PythonAppletFAT"),
(":Mac:Build:PythonInterpreter.prj", "PythonInterpreter"),
]),
I_PPC_PLUGINS : (buildmwproject, "CWIE", [