summaryrefslogtreecommitdiff
path: root/contrib/buildsystems/engine.pl
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2019-07-29 20:08:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-07-29 21:51:43 (GMT)
commit384a61bc6a8e6dc241d685acf4fb7b5a15003dbb (patch)
treeb8efeec41b751bd3843d10903c116c741d217c34 /contrib/buildsystems/engine.pl
parent4553f9de23f8d451bf801b566247bf987570626a (diff)
downloadgit-384a61bc6a8e6dc241d685acf4fb7b5a15003dbb.zip
git-384a61bc6a8e6dc241d685acf4fb7b5a15003dbb.tar.gz
git-384a61bc6a8e6dc241d685acf4fb7b5a15003dbb.tar.bz2
contrib/buildsystems: add a backend for modern Visual Studio versions
Based on the previous patches in this patch series that fixed the generator for `.vcproj` files (which were used by Visual Studio prior to 2015 to define projects), this patch offers to generate project definitions for neweer versions of Visual Studio (which use `.vcxproj` files). To that end, this patch copy-edits the generator of the `.vcproj`. In addition, we now use the `vcpkg` system which allows us to build Git's dependencies (e.g. curl, libexpat) conveniently. The support scripts were introduced in the `jh/msvc` patch series, and with this patch we initialize the `vcpkg` conditionally, in the `libgit` project's `PreBuildEvent`. To allow for parallel building of the projects, we therefore put `libgit` at the bottom of the project hierarchy. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/buildsystems/engine.pl')
0 files changed, 0 insertions, 0 deletions