Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f484cb

Browse files
committed
Close the project after building it, so that building umpteen projects doesn't keep all the projects open.
1 parent 620ec9d commit 6f484cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/Lib/mkcwproject/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def buildproject(projectfile):
5656
prjfss = macfs.FSSpec(projectfile)
5757
cw.open(prjfss)
5858
cw.Make_Project() # XXX Should set target
59+
cw.Close_Project()
5960

6061
def cleanproject(projectfile):
6162
cw = cwtalker.MyCodeWarrior(start=1)

0 commit comments

Comments
 (0)