mirror of https://github.com/python/cpython
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:
parent
bc5e145341
commit
440a36f3ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue