Skip to content

Commit e9640fe

Browse files
committed
fixup! msvc: add a Makefile target to pre-generate the VS solution
1 parent cd1a74f commit e9640fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.mak.uname

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -743,9 +743,9 @@ vcxproj:
743743
echo '</Project>') >git/LinkOrCopyBuiltins.targets
744744
git add -f git/LinkOrCopyBuiltins.targets
745745

746-
# Add common-cmds.h
747-
$(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 common-cmds.h
748-
git add -f common-cmds.h
746+
# Add command-list.h
747+
$(MAKE) MSVC=1 SKIP_VCPKG=1 prefix=/mingw64 command-list.h
748+
git add -f command-list.h
749749

750750
# Add scripts
751751
rm -f perl/perl.mak

0 commit comments

Comments
 (0)