fixup! msvc: add a Makefile target to pre-generate the VS solution

This commit is contained in:
Johannes Schindelin
2018-06-22 13:11:33 +02:00
parent cd1a74fc9d
commit e9640fe579

View File

@@ -743,9 +743,9 @@ vcxproj:
echo '</Project>') >git/LinkOrCopyBuiltins.targets
git add -f git/LinkOrCopyBuiltins.targets
# Add common-cmds.h
$(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 common-cmds.h
git add -f common-cmds.h
# Add command-list.h
$(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 command-list.h
git add -f command-list.h
# Add scripts
rm -f perl/perl.mak