Commit e33ffd80 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 596546c8
......@@ -68,7 +68,6 @@ def makeproject(xmlfile, projectfile):
cw.send_timeout = AppleEvents.kNoTimeOut
xmlfss = macfs.FSSpec(xmlfile)
prjfss = macfs.FSSpec(projectfile)
cw.activate()
cw.my_mkproject(prjfss, xmlfss)
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