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:-)

This commit is contained in:
Jack Jansen 2001-08-11 22:28:11 +00:00
parent abce416e16
commit fb513a20b5
1 changed files with 0 additions and 1 deletions

View File

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