update build system

This commit is contained in:
2024-07-09 12:22:47 -05:00
parent 81dc6d1269
commit 466b3fcead
3 changed files with 22 additions and 8 deletions

View File

@ -2,11 +2,12 @@
setlocal
set DEST=%~1
set ARG1=%~2
set ARG2=%~3
set ARG3=%~4
set VERSION=%~1
set DEST=%~2
set ARG1=%~3
set ARG2=%~4
set ARG3=%~5
pushd "%~dp0%"
call mingw64 -no-start ./make_package.sh "%DEST%" "%ARG1%" "%ARG2%" "%ARG3%" 1 0 || exit 1
call mingw64 -no-start ./make_package.sh "%VERSION%" "%DEST%" "%ARG1%" "%ARG2%" "%ARG3%" 1 0 || exit 1
popd