We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52642f8 commit ede06e4Copy full SHA for ede06e4
compat/vcbuild/README
@@ -26,8 +26,8 @@ The Steps to Build Git with VS2015 or VS2017 from the command line.
26
Use ONE of the following forms which should match how you want to
27
compile git.exe.
28
29
- $ ./compat/vcbuild/vcpkg_copy_packages.bat debug
30
- $ ./compat/vcbuild/vcpkg_copy_packages.bat release
+ $ ./compat/vcbuild/vcpkg_copy_dlls.bat debug
+ $ ./compat/vcbuild/vcpkg_copy_dlls.bat release
31
32
3. Build git using MSVC from an SDK bash window using one of the
33
following commands:
0 commit comments