diff options
Diffstat (limited to 'scripts/make.jogl.all.linux-x86_64.sh')
-rw-r--r-- | scripts/make.jogl.all.linux-x86_64.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/make.jogl.all.linux-x86_64.sh b/scripts/make.jogl.all.linux-x86_64.sh index 542be1f..2726dc6 100644 --- a/scripts/make.jogl.all.linux-x86_64.sh +++ b/scripts/make.jogl.all.linux-x86_64.sh @@ -1,5 +1,9 @@ #! /bin/sh +# $0 -Dmain.class=com.jogamp.opencl.demos.bitonicsort.BitonicSort run +# $0 -Dmain.class=com.jogamp.opencl.demos.julia3d.Julia3d run +# $0 -Dmain.class=com.jogamp.opencl.demos.joglinterop.GLCLInteroperabilityDemo run + if [ -e ../setenv-build-jogl-x86_64.sh ] ; then . ../setenv-build-jogl-x86_64.sh fi |