cURL-build-win32/make.cmd

13 lines
383 B
Batchfile
Raw Normal View History

2021-06-18 15:35:10 +02:00
@echo off
cd /d "%~dp0"
set "MSYS2_DIR=C:\msys64"
2024-02-11 01:05:17 +01:00
echo "%MSYS2_DIR%\msys2_shell.cmd" -mingw32 -where "%~dp0" -c "./build.sh"
call "%MSYS2_DIR%\msys2_shell.cmd" -mingw32 -where "%~dp0" -c "./build.sh"
2021-06-18 15:35:10 +02:00
TIMEOUT /T 30 /NOBREAK > NUL
2021-06-18 18:38:49 +02:00
2024-02-11 01:05:17 +01:00
echo "%MSYS2_DIR%\msys2_shell.cmd" -mingw64 -where "%~dp0" -c "./build.sh"
call "%MSYS2_DIR%\msys2_shell.cmd" -mingw64 -where "%~dp0" -c "./build.sh"