Commit 04369bde authored by Jack Jansen's avatar Jack Jansen

The standard definition file is now called mwerks_shcarbon_plugin.h.

parent a88699b8
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment