From: Jack Jansen Date: Thu, 27 Jun 2002 22:10:19 +0000 (+0000) Subject: The standard definition file is now called mwerks_shcarbon_plugin.h. X-Git-Tag: v2.3c1~5181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bb598067affbdee52fd22a2ee0519ed98ca595b;p=python The standard definition file is now called mwerks_shcarbon_plugin.h. --- diff --git a/Lib/distutils/mwerkscompiler.py b/Lib/distutils/mwerkscompiler.py index 5f567b9989..cd66a09913 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)