Hash : 92b12812 Author : Date : 2013-11-10T00:38:37
Added Ben Henning's GSoC2013 work: premake build system.
Download
1 2 3 4 5
#!/bin/sh # change to directory above shell file SCRIPTPATH=`readlink -f $0` SCRIPTDIR=`dirname $SCRIPTPATH` cd $SCRIPTDIR/.. $SCRIPTDIR//premake4 --file=../premake4.lua --to=./Linux clean