]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
msvc: copy the correct `.pdb` files in the Makefile target `install`
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 21 Sep 2020 22:28:15 +0000 (22:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Sep 2020 22:47:53 +0000 (15:47 -0700)
commita8b5355d808ba7f13af94e4446dab980c39b054d
tree65970af827e3ba8db79306b24cd436f5ae9b98cd
parent385c171a018f2747b329bcfa6be8eda1709e5abd
msvc: copy the correct `.pdb` files in the Makefile target `install`

There is a hard-coded list of `.pdb` files to copy. But we are about to
introduce the `SKIP_DASHED_BUILT_INS` knob in the `Makefile`, which
might make this hard-coded list incorrect.

Let's switch to a dynamically-generated list instead.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile