Files
archer/build-MinGW-W64.bat
Peter0x44 8e4a0cd584 Remove SHELL=cmd hacks
These are not required anymore, now that premake is updated.

Fixed in:
https://github.com/premake/premake-core/pull/2039
2025-01-16 18:28:43 +00:00

6 lines
60 B
Batchfile

cd build
premake5.exe gmake2
cd ..
mingw32-make clean
pause