summaryrefslogtreecommitdiff
path: root/Mac/scripts
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-22 23:37:00 +0000
committerJack Jansen <jack.jansen@cwi.nl>2002-08-22 23:37:00 +0000
commitddaf8b71d8a2f874fe301525878edb7528c714df (patch)
tree437f8a8042d19d2002412dd789a25ccc07bc3093 /Mac/scripts
parente7153a1d422de8be494d3d544ea56513abf8aa4c (diff)
downloadcpython-ddaf8b71d8a2f874fe301525878edb7528c714df.tar.gz
Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer,
classic Python is gone.
Diffstat (limited to 'Mac/scripts')
-rw-r--r--Mac/scripts/fullbuild.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py
index 12b0d9c08e..2b388477e8 100644
--- a/Mac/scripts/fullbuild.py
+++ b/Mac/scripts/fullbuild.py
@@ -382,8 +382,8 @@ I_APPLETS : (buildapplet, None, [
(":Mac:scripts:BuildApplet.py", "BuildApplet", None),
(":Mac:scripts:BuildApplication.py", "BuildApplication", None),
(":Mac:scripts:ConfigurePython.py", "ConfigurePython", None),
- (":Mac:scripts:ConfigurePython.py", "ConfigurePythonCarbon", "PythonInterpreterCarbon"),
- (":Mac:scripts:ConfigurePython.py", "ConfigurePythonClassic", "PythonInterpreterClassic"),
+## (":Mac:scripts:ConfigurePython.py", "ConfigurePythonCarbon", "PythonInterpreterCarbon"),
+## (":Mac:scripts:ConfigurePython.py", "ConfigurePythonClassic", "PythonInterpreterClassic"),
(":Mac:Tools:IDE:PythonIDE.py", "Python IDE", None),
(":Mac:Tools:CGI:PythonCGISlave.py", ":Mac:Tools:CGI:PythonCGISlave", None),
(":Mac:Tools:CGI:BuildCGIApplet.py", ":Mac:Tools:CGI:BuildCGIApplet", None),