aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-14 23:32:08 +1000
committerDavid Walter Seikel2013-01-14 23:32:08 +1000
commit81e81121f036ea03b8c96237cdc8820872516c53 (patch)
tree3f781622dc6d941f3b671506d0732f936c525ea6 /build.sh
parentDon't use Irrlicht's built in png and jpeg libraries, they interfere with EFL... (diff)
downloadSledjHamr-81e81121f036ea03b8c96237cdc8820872516c53.zip
SledjHamr-81e81121f036ea03b8c96237cdc8820872516c53.tar.gz
SledjHamr-81e81121f036ea03b8c96237cdc8820872516c53.tar.bz2
SledjHamr-81e81121f036ea03b8c96237cdc8820872516c53.tar.xz
Build Irrlicht to.
Diffstat (limited to '')
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 0f9f932..310a82c 100755
--- a/build.sh
+++ b/build.sh
@@ -27,6 +27,9 @@ command="gcc $CFLAGS -o lemon $objects $LDFLAGS $libs"
27echo $command 27echo $command
28$command 28$command
29 29
30echo "_______________ BUILDING Irrlicht _______________"
31cd $wd/libraries/irrlicht-1.8/source/Irrlicht
32make
30 33
31# Test if edje is already available, build EFL up to edje if not. 34# Test if edje is already available, build EFL up to edje if not.
32# TODO - Check EFL version. 35# TODO - Check EFL version.