Import irrlicht 1.8.4 release
This commit is contained in:
8
examples/buildAllExamples.sh
Executable file
8
examples/buildAllExamples.sh
Executable file
@@ -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
|
Reference in New Issue
Block a user