These are not required anymore, now that premake is updated. Fixed in: https://github.com/premake/premake-core/pull/2039
6 lines
60 B
Batchfile
6 lines
60 B
Batchfile
cd build
|
|
premake5.exe gmake2
|
|
cd ..
|
|
mingw32-make clean
|
|
pause
|