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

files open when we're rebuilding them all.
This commit is contained in:
Jack Jansen 2002-06-26 20:35:18 +00:00
parent 7504dfedb4
commit bc5e145341
1 changed files with 1 additions and 0 deletions

View File

@ -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)