From fb513a20b502c543acca26039df60c13029cf05a Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sat, 11 Aug 2001 22:28:11 +0000 Subject: 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:-) --- Mac/Lib/mkcwproject/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Mac/Lib/mkcwproject/__init__.py b/Mac/Lib/mkcwproject/__init__.py index c5efb7e..fec4476 100644 --- a/Mac/Lib/mkcwproject/__init__.py +++ b/Mac/Lib/mkcwproject/__init__.py @@ -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): -- cgit v0.12