Kaydet (Commit) bc5e1453 authored tarafından Jack Jansen's avatar Jack Jansen

Close the project after generating it, so we don't keep a gazillion project

files open when we're rebuilding them all.
üst 7504dfed
......@@ -61,6 +61,7 @@ def makeproject(xmlfile, projectfile):
xmlfss = macfs.FSSpec(xmlfile)
prjfss = macfs.FSSpec(projectfile)
cw.my_mkproject(prjfss, xmlfss)
cw.Close_Project()
def buildproject(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