diff options
author | Just van Rossum <just@lettererror.com> | 2000-03-28 20:50:36 (GMT) |
---|---|---|
committer | Just van Rossum <just@lettererror.com> | 2000-03-28 20:50:36 (GMT) |
commit | f84fdfeefb840468d1f856c734a9b2103cedf157 (patch) | |
tree | ad6baee717ca66fb9e34c81bf7e824a7fb082bc4 /Mac | |
parent | 09fca8dbbb9a2b5b1db111e37637a7f8c350ed26 (diff) | |
download | cpython-f84fdfeefb840468d1f856c734a9b2103cedf157.zip cpython-f84fdfeefb840468d1f856c734a9b2103cedf157.tar.gz cpython-f84fdfeefb840468d1f856c734a9b2103cedf157.tar.bz2 |
added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr)
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/scripts/fullbuild.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index 2fd0f9c..e11bf55 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py @@ -248,6 +248,8 @@ I_APPLETS : (buildapplet, None, [ (":Mac:scripts:BuildApplication.py", "BuildApplication"), (":Mac:scripts:ConfigurePython.py", "ConfigurePython"), (":Mac:Tools:IDE:PythonIDE.py", "Python IDE"), + (":Mac:Tools:CGI:PythonCGISlave.py", ":Mac:Tools:CGI:PythonCGISlave"), + (":Mac:Tools:CGI:BuildCGIApplet.py", ":Mac:Tools:CGI:BuildCGIApplet"), ]), } |