updated build system

This commit is contained in:
2025-02-28 09:25:09 -06:00
parent c2e9960ad5
commit 13ebd7b8b0
4 changed files with 7 additions and 4 deletions

View File

@ -13,6 +13,6 @@ pushd "%~dp0%"
del cleanup.*
)
call mingw64 -no-start ./make_futter.sh "%ARG1%" "%ARG2%" "%ARG3%" 1 0 || exit 1
call mingw64 -no-start ./make_flutter.sh "%ARG1%" "%ARG2%" "%ARG3%" 1 0 || exit 1
call mingw64 -no-start ./make_common.sh "%ARG1%" "%ARG2%" "%ARG3%" 1 0 || exit 1
popd