From: Jack Jansen Date: Thu, 22 Aug 2002 23:37:00 +0000 (+0000) Subject: Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer, X-Git-Tag: v2.3c1~4330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd372aa8e990ca68a37da9170248fc95e45efad9;p=thirdparty%2FPython%2Fcpython.git Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer, classic Python is gone. --- diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index 12b0d9c08eeb..2b388477e8ec 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),