Hi.

I am using CMake 2.4.6 to build my project (quite big, made of several shared libraries and executables, cross-platform Linux & Windows). I currently have two executables which I previously manually added -mwindows to the linking options (I just discovered the possibility to add WIN32 after the executable declaration). However I am now trying to add a console application to it (therefore no WIN32 specifier and no -mwindows flag) but whatever I do, it fails to link, it complains that [EMAIL PROTECTED] does not exist. I enabled verbose mode but saw nothing suspect in the g++ flags.

I just want to build a regular console application with a main function and not a WinMain, does anybody knows how I could do this ?

Thanks,
Sebastien

_________________________________________________________________
MSN Messenger : appels gratuits de PC à PC ! http://www.msn.fr/newhotmail/Default.asp?Ath=f

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to