]> granicus.if.org Git - python/commitdiff
Close the project after building it, so that building umpteen projects doesn't keep...
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 19 Nov 2000 21:51:06 +0000 (21:51 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 19 Nov 2000 21:51:06 +0000 (21:51 +0000)
Mac/Lib/mkcwproject/__init__.py

index 6551b223f91a02b0b9c0c9eed5b2e0de93cbb80f..a9e05629ca0ceb105994523d64f1a23d4f12fb3b 100644 (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)