summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-01-24 14:06:35 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-01-24 14:06:35 (GMT)
commit131c2884841a0dd769a2212972a4ee2fb3a9c1c9 (patch)
tree28ad08a3bd6e8293855c79e5d48fe41b1bc3725e /Mac
parentbace5e9481cb018094afce3fd72b052219c85451 (diff)
downloadcpython-131c2884841a0dd769a2212972a4ee2fb3a9c1c9.zip
cpython-131c2884841a0dd769a2212972a4ee2fb3a9c1c9.tar.gz
cpython-131c2884841a0dd769a2212972a4ee2fb3a9c1c9.tar.bz2
Build directives for PythonStandalone were missing.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/scripts/fullbuild.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py
index 520cf5c..7945d44 100644
--- a/Mac/scripts/fullbuild.py
+++ b/Mac/scripts/fullbuild.py
@@ -270,6 +270,10 @@ I_CARBON_PLUGINS : (buildmwproject, "CWIE", [
(":Mac:Build:TE.carbon.mcp", "TE.carbon"),
]),
+I_PPC_FULL : (buildmwproject, "CWIE", [
+ (":Mac:Build:PythonStandalone.mcp", "PythonStandalone"),
+ ]),
+
I_PPC_SMALL : (buildmwproject, "CWIE", [
(":Mac:Build:PythonStandSmall.mcp", "PythonStandSmall"),
]),