diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-26 16:32:20 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-26 16:32:20 (GMT) |
commit | a813153e1528af8967e5a1baa17c0803064832a7 (patch) | |
tree | b2d931145623ac484435ced9b3f1cd8b8dd14fa5 /Mac | |
parent | 83356ef31d4fd0b643134b13cf7292cd8f6efa86 (diff) | |
download | cpython-a813153e1528af8967e5a1baa17c0803064832a7.zip cpython-a813153e1528af8967e5a1baa17c0803064832a7.tar.gz cpython-a813153e1528af8967e5a1baa17c0803064832a7.tar.bz2 |
Got waste to work for Carbon.
Diffstat (limited to 'Mac')
-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 81b0b99..78ff2d9 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 015a08e..5d54e85 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 */ |