updated build system

This commit is contained in:
2024-07-09 13:12:02 -05:00
parent 097507a2d9
commit 0c414fc8a6
3 changed files with 14 additions and 8 deletions

View File

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