windows build script

This commit is contained in:
2023-12-12 13:06:31 -06:00
parent 932ea6cb1d
commit eeba641732
5 changed files with 148 additions and 58 deletions

5
scripts/make_win32.cmd Normal file
View File

@@ -0,0 +1,5 @@
@echo off
pushd "%~dp0%.."
mingw64 scripts/make_common.sh %1 "%2"
popd