From 9bdcb54bc88788c1c3bea1bb76955f81ed3db3f7 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 29 Apr 2010 17:42:21 +0200 Subject: cleanup scripts ; updated win32 and win64 scripts with my environment --- make/scripts/jogl-rm-builds.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 make/scripts/jogl-rm-builds.sh (limited to 'make/scripts/jogl-rm-builds.sh') 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 -- cgit v1.2.3