Close the project after building it, so that building umpteen projects doesn't keep all the projects open.

This commit is contained in:
Jack Jansen 2000-11-19 21:51:06 +00:00
parent 620ec9d1ca
commit 6f484cb25a
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ def buildproject(projectfile):
prjfss = macfs.FSSpec(projectfile)
cw.open(prjfss)
cw.Make_Project() # XXX Should set target
cw.Close_Project()
def cleanproject(projectfile):
cw = cwtalker.MyCodeWarrior(start=1)