diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-06-27 22:10:19 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-06-27 22:10:19 (GMT) |
commit | 2bb598067affbdee52fd22a2ee0519ed98ca595b (patch) | |
tree | 2ebc3741b163ddb0c795a7895b8188e4d32d9fa1 /Lib | |
parent | 1892cf0312dca773fb4aecb7d7a1412fa940970f (diff) | |
download | cpython-2bb598067affbdee52fd22a2ee0519ed98ca595b.zip cpython-2bb598067affbdee52fd22a2ee0519ed98ca595b.tar.gz cpython-2bb598067affbdee52fd22a2ee0519ed98ca595b.tar.bz2 |
The standard definition file is now called mwerks_shcarbon_plugin.h.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/mwerkscompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/mwerkscompiler.py b/Lib/distutils/mwerkscompiler.py index 5f567b9..cd66a09 100644 --- a/Lib/distutils/mwerkscompiler.py +++ b/Lib/distutils/mwerkscompiler.py @@ -169,7 +169,7 @@ class MWerksCompiler (CCompiler) : if self.__macros: prefixfilename = os.path.join(os.getcwd(), os.path.join(build_temp, prefixname)) fp = open(prefixfilename, 'w') - fp.write('#include "mwerks_plugin_config.h"\n') + fp.write('#include "mwerks_shcarbon_config.h"\n') for name, value in self.__macros: if value is None: fp.write('#define %s\n'%name) |