dashboard
repositories
filestore
activity
search
login
frameworks
/
SDL2
Mac and Linux SDL2 binary snapshots
summary
reflog
commits
tree
tickets
docs
compare
blame
|
history
|
raw
add in SDL 2.0.2 source
Edward Rudd
2014-03-08
e2b6e957100030b4c9e8d720157b0a34195e6dcb
[frameworks/SDL2.git]
/
source
/
premake
/
Linux
/
build-scripts
/
gmake.sh
1
2
3
4
5
6
#!/bin/sh
# change to directory above shell file
SCRIPTPATH=`readlink -f $0`
SCRIPTDIR=`dirname $SCRIPTPATH`
cd $SCRIPTDIR/..
$SCRIPTDIR/premake4 --file=../premake4.lua --to=./Linux gmake