Commit 0bf50b88 authored by Jack Jansen's avatar Jack Jansen

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

Close the project after building it, so that building umpteen projects doesn't keep all the projects open.
parent 3bd1aa39
......@@ -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)
......
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