[CMake] make file for win32 MDI application

2007-10-18 Thread Mark Wyszomierski
Hi, When the application you're building the makefile for is an MDI application, how do you; 1) Set the sub system to be: Windows (/SUBSYSTEM:WINDOWS) in visual studio, this option is found under Project - Linker - System - Sub System if not set, the MDI (or any other GUI interface

Re: [CMake] make file for win32 MDI application

2007-10-18 Thread Gonzalo Garramuño
Mark Wyszomierski wrote: Hi, When the application you're building the makefile for is an MDI application, how do you; 1) Set the sub system to be: Windows (/SUBSYSTEM:WINDOWS) ADD_EXECUTABLE( myexe WIN32 ) linking to these libs in my MDI projects give produce a lot of linking