On Tue, Apr 27, 2010 at 9:49 AM, Michael Hertling <span dir="ltr">&lt;<a href="mailto:mhertling@online.de">mhertling@online.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 04/26/2010 04:09 AM, Jarl Lindrud wrote:<br>
&gt;<br>
&gt; I think I&#39;ve found another bug in the VS2010 generator. I&#39;ve generated a<br>
&gt; VS2010 solution from this CMakelists.txt:<br>
&gt;<br>
&gt; PROJECT(AAA)<br>
&gt; ADD_LIBRARY(AAA.BBB.CCC SHARED File1.cpp)<br>
&gt;<br>
&gt; , but when I build it, I find that the output file is named AAA.exe (it<br>
&gt; should be AAA.BBB.CCC.exe).<br>
<br>
</div>FYI: On *nix, the library is correctly named &quot;<a href="http://libAAA.BBB.CCC.so" target="_blank">libAAA.BBB.CCC.so</a>&quot;.<br>
<br>
So, this seems to be in fact a &quot;visual&quot; peculiarity.<br>
</blockquote><div> </div><div>It works fine on VS2008, so looks like something specific to the VS2010 generator...</div><div> </div><div> </div>