From 1ef16ee89df4d0dd4df0c1356e5b52eba20f3850 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 11 Aug 2008 12:16:28 +0000 Subject: Minor CVM/ES1 fixes git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1747 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/make.jogl.cdcfp.linux-x86.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 make/make.jogl.cdcfp.linux-x86.sh (limited to 'make/make.jogl.cdcfp.linux-x86.sh') diff --git a/make/make.jogl.cdcfp.linux-x86.sh b/make/make.jogl.cdcfp.linux-x86.sh new file mode 100644 index 000000000..e8caa4b57 --- /dev/null +++ b/make/make.jogl.cdcfp.linux-x86.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +. ../../setenv-build-jogl.sh + +# -Dc.compiler.debug=true + +ant -v \ + -Djogl.cdcfp=true \ + -Dgluegen.cpptasks.detected.os=true \ + -DisUnix=true \ + -DisLinux=true \ + -DisLinuxX86=true \ + -DisX11=true \ + $* 2>&1 | tee make.jogl.cdcfp.linux-x86.log -- cgit v1.2.3