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 5206975778
commit 92b12812ac
473 changed files with 89151 additions and 1 deletions

View File

@@ -0,0 +1,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