updated build system

This commit is contained in:
2024-06-27 12:04:37 -05:00
parent d96c6012c5
commit 4d555bce96
4 changed files with 39 additions and 9 deletions

9
scripts/make_package.cmd Normal file
View File

@ -0,0 +1,9 @@
@echo off
set DEST=%~1
set ARG1=%~2
set ARG2=%~3
pushd "%~dp0%"
call mingw64 -no-start ./make_package.sh "%DEST%" "x86_64" "%ARG1%" "%ARG2%" 1 0 || exit 1
popd