From edbff99164a350a0147a5c8617cef9a86f7a2749 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 5 May 2010 17:28:52 +0200 Subject: Cleanup: Move scripts into their folder --- make/scripts/make.gluegen.all.linux-x86.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 make/scripts/make.gluegen.all.linux-x86.sh (limited to 'make/scripts/make.gluegen.all.linux-x86.sh') diff --git a/make/scripts/make.gluegen.all.linux-x86.sh b/make/scripts/make.gluegen.all.linux-x86.sh new file mode 100644 index 0000000..ef81f0e --- /dev/null +++ b/make/scripts/make.gluegen.all.linux-x86.sh @@ -0,0 +1,16 @@ +#! /bin/sh + +. ../../setenv-build-jogl-x86.sh + +# -Dc.compiler.debug=true +# -Dgluegen.cpptasks.detected.os=true \ +# -DisUnix=true \ +# -DisLinux=true \ +# -DisLinuxX86=true \ +# -DisX11=true \ + +ant \ + -Dgluegen-cpptasks.file=`pwd`/lib/gluegen-cpptasks-linux-32bit.xml \ + -Drootrel.build=build-x86 \ + -Dos.arch=x86 \ + $* 2>&1 | tee make.gluegen.all.linux-x86.log -- cgit v1.2.3