Why cmake coudn&#39;t have a more complete generator for codeblocks ? ( I mean, no only a makefile only based project )<br>Codeblocks
 provides the possibility to have a multiple config project with 
different target each ( exe or not ), just like MSVC is that right ?<br>
<br>yeah I know... do it yourself.. :p<br><br>Well that&#39;s the way I wanted my CMakeList.txt, but I still don&#39;t know if it could conflicts with the MSVC generator...<br><br>I&#39;ll have to download VC++ express :)<br>
<br><br><div class="gmail_quote">2010/7/27 Verweij, Arjen <span dir="ltr">&lt;<a href="mailto:VerweijA@tass-safe.com">VerweijA@tass-safe.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<div class="im"><br>
&gt;Isn&#39;t build_type = Release sufficient?<br>
<br>
</div>Not for the way I&#39;m mistreating cmake ;)<br>
<br>
set (CMAKE_BUILD_TYPE RELEASE FORCE)<br>
<br>
SET (CMAKE_EXE_LINKER_FLAGS_INIT &quot;&quot; FORCE)<br>
<br>
set (CMAKE_C_FLAGS_RELEASE_INIT &quot;&quot;)<br>
set (CMAKE_CXX_FLAGS_RELEASE_INIT &quot;&quot;)<br>
set (CMAKE_Fortran_FLAGS_RELEASE_INIT &quot;&quot;)<br>
<br>
Also I have to add -nodefaultlib:msvcrt.lib (I want libcmt) and if I add a list of libs to exclude (-nodefaultlib:xxx.lib -nodefaultlib:yyy.lib -nodefaultlib:zzz) the last one can&#39;t have the .lib extension because I get it twice. (zzz.lib.lib if you don&#39;t omit the extension yourself. Perhaps a bug, but I don&#39;t have time to investigate right-now.<br>

<font color="#888888"><br>
Arjen<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br>