Mercurial
Mercurial
>
SDL
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
premake/MinGW/build-scripts/mingw.bat
author
Ryan C. Gordon
Sun, 10 Nov 2013 00:38:37 -0500
changeset 7925
f090a47eb7f7
permissions
-rwxr-xr-x
Added Ben Henning's GSoC2013 work: premake build system.
1
@echo off
2
cd ..
3
%~dp0\premake4.exe --file=..\premake4.lua --to=.\MinGW --mingw gmake
4
pause