]> granicus.if.org Git - python/commitdiff
The standard definition file is now called mwerks_shcarbon_plugin.h.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 27 Jun 2002 22:10:19 +0000 (22:10 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 27 Jun 2002 22:10:19 +0000 (22:10 +0000)
Lib/distutils/mwerkscompiler.py

index 5f567b99897483ca404e4d96a2d660e8b4a632ad..cd66a09913d265ab63279b1fde604028217a74ea 100644 (file)
@@ -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)