[Yake-svn] SF.net SVN: yake: [1589] trunk/yake/scripts/linux/build.sh
Status: Beta
Brought to you by:
psyclonist
From: <psy...@us...> - 2007-01-17 23:28:00
|
Revision: 1589 http://svn.sourceforge.net/yake/?rev=1589&view=rev Author: psyclonist Date: 2007-01-17 15:27:58 -0800 (Wed, 17 Jan 2007) Log Message: ----------- fixed Modified Paths: -------------- trunk/yake/scripts/linux/build.sh Modified: trunk/yake/scripts/linux/build.sh =================================================================== --- trunk/yake/scripts/linux/build.sh 2007-01-15 18:25:20 UTC (rev 1588) +++ trunk/yake/scripts/linux/build.sh 2007-01-17 23:27:58 UTC (rev 1589) @@ -1,6 +1,6 @@ #!/bin/bash -#cd .. -#cd ../premake -export SOLUTION_TARGET_DIR=linux -./premake --file yake.lua --target gnu --os linux -cc gcc -#cd ../linux +cd .. +cd premake +export SOLUTION_TARGET_DIR=linux +premake --file yake.lua --target gnu --os linux -cc gcc +cd ../linux This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |