aboutsummaryrefslogtreecommitdiffstats
path: root/make/make.jogl.cdcfp.linux-x86.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-08-11 12:16:28 +0000
committerSven Gothel <[email protected]>2008-08-11 12:16:28 +0000
commit1ef16ee89df4d0dd4df0c1356e5b52eba20f3850 (patch)
tree6430cf0e20dd6bfba9b12552e5f8803a6869a312 /make/make.jogl.cdcfp.linux-x86.sh
parent2bf0794404b9ec92e13577f3b812a3947b57a0d1 (diff)
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
Diffstat (limited to 'make/make.jogl.cdcfp.linux-x86.sh')
-rw-r--r--make/make.jogl.cdcfp.linux-x86.sh14
1 files changed, 14 insertions, 0 deletions
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