move to new build system

This commit is contained in:
2024-06-06 14:17:47 -05:00
parent 88d8bf63f5
commit aee68520b3
563 changed files with 4283 additions and 361439 deletions

10
scripts/make_win32.cmd Normal file
View File

@@ -0,0 +1,10 @@
@echo off
set ARG1=%~1
set ARG2=%~2
pushd "%~dp0%"
call setup_msys2.cmd "%ARG1%" "%ARG2%"
call mingw64 -no-start ./make_common.sh "%ARG1%" "x86_64" "%ARG2%" 1 0 || exit 1
popd