On Tue, Apr 27, 2010 at 9:49 AM, Michael Hertling <span dir="ltr"><<a href="mailto:mhertling@online.de">mhertling@online.de</a>></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>
><br>
> I think I've found another bug in the VS2010 generator. I've generated a<br>
> VS2010 solution from this CMakelists.txt:<br>
><br>
> PROJECT(AAA)<br>
> ADD_LIBRARY(AAA.BBB.CCC SHARED File1.cpp)<br>
><br>
> , but when I build it, I find that the output file is named AAA.exe (it<br>
> should be AAA.BBB.CCC.exe).<br>
<br>
</div>FYI: On *nix, the library is correctly named "<a href="http://libAAA.BBB.CCC.so" target="_blank">libAAA.BBB.CCC.so</a>".<br>
<br>
So, this seems to be in fact a "visual" 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>