Added Ben Henning's GSoC2013 work: premake build system.

This commit is contained in:
Ryan C. Gordon 2013-11-10 00:38:37 -05:00
parent 694010e6e4
commit 5595fbc315
473 changed files with 89151 additions and 1 deletions

View file

@ -0,0 +1,4 @@
@echo off
cd ..
%~dp0\premake4.exe --file=..\premake4.lua --to=.\MinGW --mingw gmake
pause