<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Feb 24, 2014 at 11:32 AM, Michael Stahl <span dir="ltr"><<a href="mailto:mstahl@redhat.com" target="_blank">mstahl@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 23/02/14 04:37, Honza Havlíček wrote:<br>
> bin/gbuild-to-ide |   72<br>
> ++++++++++++++++++++++++++++++++++++++++++------------ 1 file<br>
> changed, 57 insertions(+), 15 deletions(-)<br>
><br>
> New commits: commit b81ac16e65b311d6e43c05c22c65d2040c9d7e04 Author:<br>
> Honza Havlíček <<a href="mailto:havlicek.honza@gmail.com">havlicek.honza@gmail.com</a>> Date:   Sun Feb 23 00:47:23<br>
> 2014 +0100<br>
><br>
> fdo#70414: Use correct target names for building Visual Studio<br>
> projects.<br>
><br>
> Visual Studio projects use target<br>
> Library_{library_name}/Executable_{executable_name} for building the<br>
> project and<br>
> Library_{library_name}.clean/Executable_{executable_name}.clean for<br>
> cleaning the project. In most cases, the name of library/executable<br>
> is identical to the name of Library_*/Executable_* makefile, but in<br>
> ~12 cases, the names are different (e.g. makefile is<br>
> Library_syssh_win, but target is Library_syssh). VS fails when it<br>
> tries to build the project with incorrect target name. This patch<br>
> replaces the names of targets with correct ones. Dependences also<br>
> used incorrect names of libraries.<br>
><br>
<br>
do you have a list of such makefiles?  they are wrong anyway and should<br>
be fixed, the Library/Executable name has to match the name of the<br>
makefile, because "make Library_foo" should also work from the shell and<br>
be predictable.<br>
<br></blockquote><div><br></div><div>Here you go:<br><br></div><div style> Module    Makefile name Library name<br>bridges    Library_cpp_uno    $(gb_CPPU_ENV)_uno<br>shell    Library_wininetbe    wininetbe1<br>shell    Library_localebe    localebe1<br>
shell    Library_syssh_win    syssh<br>external/redland    Library_raptor    raptor2<br>pyuno    Executable_python_wrapper    python<br>desktop    Executable_unopkg.com    unopkg_com<br>desktop    Executable_crashrep.com    crashrep_com<br>
desktop    Executable_unopkg.bin    unopkg_bin<br>desktop    Executable_soffice.bin    soffice_bin<br>svx    Executable_gengal.bin    gengal<br>unodevtools    Executable_skeletonmaker    uno-skeletonmaker<br><br></div><div style>
For Win32 and VS compiler the $(gb_CPPU_ENV) variable is msci.<br></div></div></div></div>