mirror of
https://github.com/git/git.git
synced 2026-01-21 08:00:54 +00:00
fixup! msvc: add a Makefile target to pre-generate the VS solution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user