This is the problem,<br>I want to be able to generate both Nmake and visual project files without removing any files.<br>what I want is to be able to run something like<br>cmake -G&quot;Nmake makefiles&quot; -D&lt;DESTINATION=nmakefiles&gt;
<br>cmake -G&quot;Visual Studio 8 2005&quot; -D&lt;DESTINATION=vc8files&gt;<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;<br>&gt; Thanks,
<br>&gt; I tried this and it does not work<br>&gt; It generates in the same directory where CMakeLists.txt is located.<br><br>You have to remove all generated files by cmake in the same directory<br>where CMakeLists.txt is located.
<br><br>Filipe Sousa<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>