diff options
author | Honza Havlíček <havlicek.honza@gmail.com> | 2014-02-23 00:47:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-23 03:36:55 +0000 |
commit | b81ac16e65b311d6e43c05c22c65d2040c9d7e04 (patch) | |
tree | 4297419002f90a771963f31cf263d7567a2c0cac /xmlscript | |
parent | 523cdbd2e8ee380cb695c80213784c7d75072555 (diff) |
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.
Change-Id: Ifba50465512e24e65a3c6505a5f40d477ec8cdd9
Reviewed-on: https://gerrit.libreoffice.org/8189
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmlscript')
0 files changed, 0 insertions, 0 deletions