From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- libraries/irrlicht-1.8/examples/buildAllExamples.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 libraries/irrlicht-1.8/examples/buildAllExamples.sh (limited to 'libraries/irrlicht-1.8/examples/buildAllExamples.sh') diff --git a/libraries/irrlicht-1.8/examples/buildAllExamples.sh b/libraries/irrlicht-1.8/examples/buildAllExamples.sh deleted file mode 100755 index 272a329..0000000 --- a/libraries/irrlicht-1.8/examples/buildAllExamples.sh +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/bash -[ -z $1 ] || TARGET=$1 -[ -z $TARGET ] && TARGET=all -for i in [012]* Demo; do - echo "Building $i"; - pushd $i && make clean $TARGET; - popd; -done -- cgit v1.1