diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-26 16:32:20 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-26 16:32:20 +0000 |
| commit | a813153e1528af8967e5a1baa17c0803064832a7 (patch) | |
| tree | b2d931145623ac484435ced9b3f1cd8b8dd14fa5 | |
| parent | 83356ef31d4fd0b643134b13cf7292cd8f6efa86 (diff) | |
| download | cpython-git-a813153e1528af8967e5a1baa17c0803064832a7.tar.gz | |
Got waste to work for Carbon.
| -rw-r--r-- | Mac/Build/PythonStandalone.mcp | bin | 144035 -> 144053 bytes | |||
| -rw-r--r-- | Mac/mwerks/mwerks_nscarbon_config.h | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Build/PythonStandalone.mcp b/Mac/Build/PythonStandalone.mcp Binary files differindex 81b0b992da..78ff2d9245 100644 --- a/Mac/Build/PythonStandalone.mcp +++ b/Mac/Build/PythonStandalone.mcp diff --git a/Mac/mwerks/mwerks_nscarbon_config.h b/Mac/mwerks/mwerks_nscarbon_config.h index 015a08ec43..5d54e85fbe 100644 --- a/Mac/mwerks/mwerks_nscarbon_config.h +++ b/Mac/mwerks/mwerks_nscarbon_config.h @@ -18,7 +18,7 @@ #define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */ #define USE_TOOLBOX /* Include toolbox modules in core Python */ #define USE_QT /* Include quicktime modules in core Python */ -/* #define USE_WASTE /* Include waste module in core Python */ +#define USE_WASTE /* Include waste module in core Python */ /* #define USE_MACSPEECH /* Include macspeech module in core Python */ #define USE_IMG /* Include img modules in core Python */ /* #define USE_MACCTB /* Include ctb module in core Python */ |
