From 81e81121f036ea03b8c96237cdc8820872516c53 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 14 Jan 2013 23:32:08 +1000 Subject: Build Irrlicht to. --- build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.sh') 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" echo $command $command +echo "_______________ BUILDING Irrlicht _______________" +cd $wd/libraries/irrlicht-1.8/source/Irrlicht +make # Test if edje is already available, build EFL up to edje if not. # TODO - Check EFL version. -- cgit v1.1