Commit Graph

5 Commits

Author SHA1 Message Date
Jeffery Myers
284a5f8b42 update to premake5 beta 7
replace gmake2 with gmake
2025-07-14 11:14:09 -07:00
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
Peter0x44
d32dda4d1e Use mingw32-make in build-MinGW-W64.bat
Not all mingw-w64 toolchains on windows are guaranteed to have make, but
virtually all of them have mingw32-make. MSYS2 UCRT does not provide
make, but does provide mingw32-make. So users who have added UCRT to the
PATH (Not advisable!) but not msys64 will have errors about a missing
make.

VSCode's tasks.json uses mingw32-make anyway, so it's better to stay
consistent with it.
2024-12-19 00:32:15 +00:00
Jeff Myers
3f9ed218fb Make clean on MinGW-W64 batch.
Add notes to readme for how to swap to C++ or use your own code.
2024-09-20 15:56:00 -07:00
Jeffery Myers
9049a646a1 Updates 2024-08-17 08:53:09 -07:00