Von: "Marcin Gil" <[EMAIL PROTECTED]>

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

You could setup two out-of-source buildtrees and compile each with a different 
buildtype. Is this good enough ?

Bye
Alex

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to