Commit 440a36f3 authored by Jack Jansen's avatar Jack Jansen

In plugin projects use (by default) the new mwerks_shcarbon_pch

header file in stead of mwerks_carbonplugin_config.h.
parent bc5e1453
......@@ -39,7 +39,7 @@ class ProjectBuilder:
self.dict = dict
if not dict.has_key('prefixname'):
if hasattr(MacOS, 'runtimemodel') and MacOS.runtimemodel == "carbon":
dict['prefixname'] = 'mwerks_carbonplugin_config.h'
dict['prefixname'] = 'mwerks_shcarbon_pch'
else:
dict['prefixname'] = 'mwerks_plugin_config.h'
self.templatelist = templatelist
......
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