Kaydet (Commit) 6f484cb2 authored tarafından 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.
üst 620ec9d1
...@@ -56,6 +56,7 @@ def buildproject(projectfile): ...@@ -56,6 +56,7 @@ def buildproject(projectfile):
prjfss = macfs.FSSpec(projectfile) prjfss = macfs.FSSpec(projectfile)
cw.open(prjfss) cw.open(prjfss)
cw.Make_Project() # XXX Should set target cw.Make_Project() # XXX Should set target
cw.Close_Project()
def cleanproject(projectfile): def cleanproject(projectfile):
cw = cwtalker.MyCodeWarrior(start=1) 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