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