Commit fb513a20 authored by Jack Jansen's avatar Jack Jansen

Got rid of the activate() so codewarrior doesn't come to front. It isn't...

Got rid of the activate() so codewarrior doesn't come to front. It isn't needed, and without it you can get work done while building the projects:-)
parent abce416e
...@@ -68,7 +68,6 @@ def makeproject(xmlfile, projectfile): ...@@ -68,7 +68,6 @@ def makeproject(xmlfile, projectfile):
cw.send_timeout = AppleEvents.kNoTimeOut cw.send_timeout = AppleEvents.kNoTimeOut
xmlfss = macfs.FSSpec(xmlfile) xmlfss = macfs.FSSpec(xmlfile)
prjfss = macfs.FSSpec(projectfile) prjfss = macfs.FSSpec(projectfile)
cw.activate()
cw.my_mkproject(prjfss, xmlfss) cw.my_mkproject(prjfss, xmlfss)
def buildproject(projectfile): def buildproject(projectfile):
......
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