aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/jogl-rm-builds.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/jogl-rm-builds.sh')
-rwxr-xr-xmake/scripts/jogl-rm-builds.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/make/scripts/jogl-rm-builds.sh b/make/scripts/jogl-rm-builds.sh
new file mode 100755
index 000000000..f014a3e9c
--- /dev/null
+++ b/make/scripts/jogl-rm-builds.sh
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+jogamproot=$1
+shift
+
+builddir=$1
+shift
+
+if [ -z "$jogamproot" -o -z "$builddir" ] ; then
+ echo Usage $0 jogamp_root builddir
+ echo e.g. $0 JOGL build-win32
+fi
+
+
+rm -rf $jogamproot/gluegen/$builddir
+rm -rf $jogamproot/jogl/$builddir