From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- src/others/irrlicht-1.8.1/examples/buildAllExamples.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 src/others/irrlicht-1.8.1/examples/buildAllExamples.sh (limited to 'src/others/irrlicht-1.8.1/examples/buildAllExamples.sh') diff --git a/src/others/irrlicht-1.8.1/examples/buildAllExamples.sh b/src/others/irrlicht-1.8.1/examples/buildAllExamples.sh new file mode 100755 index 0000000..272a329 --- /dev/null +++ b/src/others/irrlicht-1.8.1/examples/buildAllExamples.sh @@ -0,0 +1,8 @@ +#! /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