ref: 030cac6b56e3b05b02cf44abf048f77587625f5c
dir: /vcpkg_windows_x64.bat/
mkdir build cd build || goto :error git clone https://github.com/Microsoft/vcpkg.git vcpkg.windows.x64 || goto :error cd vcpkg.windows.x64 || goto :error git checkout 2022.05.10 || goto :error call bootstrap-vcpkg.bat || goto :error vcpkg.exe install ^ sdl2:x64-windows-static ^ sdl2-mixer:x64-windows-static ^ || goto :error cd .. cd .. exit /b :error echo Failed with error #%errorlevel%. exit /b %errorlevel%