On Feb 1, 2008 8:14 AM, Surya Kiran Gullapalli
<[EMAIL PROTECTED]> wrote:
> Hi all,
> I'm building a win32 application, and for that I wanted to build the
> application as console application in debug mode and win32 application
> in release mode.
>
> ADD_EXECUTABLE takes care of /subsystem:windows
Hi all,
I'm building a win32 application, and for that I wanted to build the
application as console application in debug mode and win32 application
in release mode.
ADD_EXECUTABLE takes care of /subsystem:windows or /subsystem:console
flag, depends on whether or not you provide WIN32 flag to
ADD_E