git-commit-vandalism/contrib/buildsystems/Generators
Johannes Schindelin 030a628b81 vcxproj: only copy git-remote-http.exe once it was built
In b18ae14a8f (vcxproj: also link-or-copy builtins, 2019-07-29), we
started to copy or hard-link the built-ins as a post-build step of the
`git` project.

At the same time, we tried to copy or hard-link `git-remote-http.exe`,
but it is quite possible that it was not built at that time.

Let's move that latter task into a post-install step of the
`git-remote-http` project instead.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2019-10-06 09:07:44 +09:00
..
QMake.pm Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake) 2009-09-18 20:00:42 -07:00
Vcproj.pm Vcproj.pm: urlencode '<' and '>' when generating VC projects 2019-07-29 14:51:42 -07:00
Vcxproj.pm vcxproj: only copy git-remote-http.exe once it was built 2019-10-06 09:07:44 +09:00