diff options
Diffstat (limited to 'Mac/scripts/fullbuild.py')
-rw-r--r-- | Mac/scripts/fullbuild.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index 3b7ecb6..3eaed06 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py @@ -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", [ |