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 errors. Is there any way to omit them?
In principle they shouldn't as that's the standard stuff used by windows itself when you create a gui project. If you do want to omit them, change the value of CMAKE_C_STANDARD_LIBRARIES_INIT (see Modules/Platform/Windows-cl.cmake )
-- Gonzalo Garramuño [EMAIL PROTECTED] AMD4400 - ASUS48N-E GeForce7300GT Kubuntu Edgy _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
