updated build system
This commit is contained in:
9
scripts/make_package.cmd
Normal file
9
scripts/make_package.cmd
Normal 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
|
Reference in New Issue
Block a user