mingw.bat 93 B

1234
  1. @echo off
  2. cd ..
  3. %~dp0\premake4.exe --file=..\premake4.lua --to=.\MinGW --mingw gmake
  4. pause