summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/fullbuild.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-02-14 23:12:06 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1999-02-14 23:12:06 (GMT)
commit3b8052685c87e6564a3a4c37954ac2d96fcd6478 (patch)
tree06a49205a530e7185b524ec399bbc22fcf824cd9 /Mac/scripts/fullbuild.py
parentf32834c20638fc2b260c202c7bd9f0af2fba191e (diff)
downloadcpython-3b8052685c87e6564a3a4c37954ac2d96fcd6478.zip
cpython-3b8052685c87e6564a3a4c37954ac2d96fcd6478.tar.gz
cpython-3b8052685c87e6564a3a4c37954ac2d96fcd6478.tar.bz2
(finally) unified the interpreter and the applet as Just suggested ages ago. The
resulting program is called PythonInterpreter.
Diffstat (limited to 'Mac/scripts/fullbuild.py')
-rw-r--r--Mac/scripts/fullbuild.py3
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", [