In plugin projects use (by default) the new mwerks_shcarbon_pch

header file in stead of mwerks_carbonplugin_config.h.
This commit is contained in:
Jack Jansen 2002-06-26 20:36:12 +00:00
parent bc5e145341
commit 440a36f3ab
1 changed files with 1 additions and 1 deletions

View File

@ -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