Is there a way to build multiple build types at one go?<br><br>I would like to be able to build Debug and Release like<br>nmake debug; nmake install<br>nmake release; nmake install<br><br>assuming that both versions install to different directories.
<br><br>Thanks!<br>-Marcin<br>