From e9640fe5794caa2bb31af1a2ceb66bbfb7bf398e Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 22 Jun 2018 13:11:33 +0200 Subject: [PATCH] fixup! msvc: add a Makefile target to pre-generate the VS solution --- config.mak.uname | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.mak.uname b/config.mak.uname index 86cd41cfcb..32763a6469 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -743,9 +743,9 @@ vcxproj: echo '') >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