OK,<br>I will do that.<br>Thank you for your help<br><br>calin<br><br><div><span class="gmail_quote">On 4/11/07, <b class="gmail_sendername">Filipe Sousa</b> &lt;<a href="mailto:natros@gmail.com">natros@gmail.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Teodor Calin Hanchevici wrote:<br>&gt; This is the problem,<br>&gt; I want to be able to generate both Nmake and visual project files
<br>&gt; without removing any files.<br>&gt; what I want is to be able to run something like<br>&gt; cmake -G&quot;Nmake makefiles&quot; -D&lt;DESTINATION=nmakefiles&gt;<br>&gt; cmake -G&quot;Visual Studio 8 2005&quot; -D&lt;DESTINATION=vc8files&gt;
<br>&gt;<br>&gt; calin<br><br>You can&#39;t use different generators running in-source build. The solution<br>is out-of-source builds, one for each generator.<br><br><a href="http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees">
http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees</a><br><br>Filipe Sousa<br><br><br><br>_______________________________________________<br>CMake mailing list<br><a href="mailto:CMake@cmake.org">CMake@cmake.org
</a><br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a><br><br></blockquote></div><br>