This website requires JavaScript.
Explore
Help
Sign In
domenico
/
archer
Watch
1
Star
0
Fork
0
You've already forked archer
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
eacc8b40605be1298da88abe0c4402ffd30af6b5
archer
/
build-MinGW-W64.bat
6 lines
70 B
Batchfile
Raw
Normal View
History
Unescape
Escape
inital code drop.
2024-08-14 17:09:43 -07:00
cd
build
premake5.exe gmake2
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
cd
..
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
mingw32-make SHELL=CMD clean
pause
Reference in New Issue
Copy Permalink