The standard definition file is now called mwerks_shcarbon_plugin.h.

This commit is contained in:
Jack Jansen 2002-06-27 22:10:19 +00:00
parent 1892cf0312
commit 2bb598067a
1 changed files with 1 additions and 1 deletions

View 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)