View Single Post
  #2  
Old 03-05-2008, 07:01 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
It would probably be better to use conditional build rules instead of modifying the checked status, but you could save the .bld file to another location at the end if needed, i.e.:

If Project.IsModified Then Project.Save "%TEMP%\temp.bld"

Another option would be to build with the Console app, which discards any unsaved changes made to the .bld file during the build.
Reply With Quote