On 23/02/14 04:37, Honza Havlíček wrote: > bin/gbuild-to-ide | 72 > ++++++++++++++++++++++++++++++++++++++++++------------ 1 file > changed, 57 insertions(+), 15 deletions(-) > > New commits: commit b81ac16e65b311d6e43c05c22c65d2040c9d7e04 Author: > Honza Havlíček <havlicek.ho...@gmail.com> Date: Sun Feb 23 00:47:23 > 2014 +0100 > > fdo#70414: Use correct target names for building Visual Studio > projects. > > Visual Studio projects use target > Library_{library_name}/Executable_{executable_name} for building the > project and > Library_{library_name}.clean/Executable_{executable_name}.clean for > cleaning the project. In most cases, the name of library/executable > is identical to the name of Library_*/Executable_* makefile, but in > ~12 cases, the names are different (e.g. makefile is > Library_syssh_win, but target is Library_syssh). VS fails when it > tries to build the project with incorrect target name. This patch > replaces the names of targets with correct ones. Dependences also > used incorrect names of libraries. >
do you have a list of such makefiles? they are wrong anyway and should be fixed, the Library/Executable name has to match the name of the makefile, because "make Library_foo" should also work from the shell and be predictable. _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice