diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-22 23:37:00 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-22 23:37:00 (GMT) |
commit | fd372aa8e990ca68a37da9170248fc95e45efad9 (patch) | |
tree | 023200c0ae1b4fd5d8d8d164e78cca40216e1062 /Mac | |
parent | 5fd945895e3fba0e5eaa33ddc79fc3f2cb749a65 (diff) | |
download | cpython-fd372aa8e990ca68a37da9170248fc95e45efad9.zip cpython-fd372aa8e990ca68a37da9170248fc95e45efad9.tar.gz cpython-fd372aa8e990ca68a37da9170248fc95e45efad9.tar.bz2 |
Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer,
classic Python is gone.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/scripts/fullbuild.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index 12b0d9c..2b38847 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), |