summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-06-26 20:36:12 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-06-26 20:36:12 (GMT)
commit440a36f3ab9ce28284408fd59f228ee13be9b587 (patch)
tree3748d2bc5cde2428059bcf1b42effe2ab0dd901c /Mac/Lib
parentbc5e1453417e83411b255523eac9be83764ac47f (diff)
downloadcpython-440a36f3ab9ce28284408fd59f228ee13be9b587.zip
cpython-440a36f3ab9ce28284408fd59f228ee13be9b587.tar.gz
cpython-440a36f3ab9ce28284408fd59f228ee13be9b587.tar.bz2
In plugin projects use (by default) the new mwerks_shcarbon_pch
header file in stead of mwerks_carbonplugin_config.h.
Diffstat (limited to 'Mac/Lib')
-rw-r--r--Mac/Lib/mkcwproject/cwxmlgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/mkcwproject/cwxmlgen.py b/Mac/Lib/mkcwproject/cwxmlgen.py
index 0ffe12f..3d3e4b2 100644
--- a/Mac/Lib/mkcwproject/cwxmlgen.py
+++ b/Mac/Lib/mkcwproject/cwxmlgen.py
@@ -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