Build directives for PythonStandalone were missing.

This commit is contained in:
Jack Jansen 2001-01-24 14:06:35 +00:00
parent bace5e9481
commit 131c288484
1 changed files with 4 additions and 0 deletions

View File

@ -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"),
]),