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/clean_premake.bat
author
Ryan C. Gordon
Tue, 05 Jan 2016 05:22:35 -0500
changeset 10031
2b3baddd9afa
parent 7925
f090a47eb7f7
permissions
-rwxr-xr-x
Patched to compile.
1
@echo off
2
cd ..
3
%~dp0\premake4.exe --file=..\premake4.lua --to=.\MinGW --mingw clean
4
pause