repertory/scripts/make_package.cmd
Scott E. Graves aa04371663
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
updated build system
2024-07-27 10:00:59 -05:00

12 lines
165 B
Batchfile

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