summaryrefslogtreecommitdiffstats
path: root/make/make.jogl.all.x86_64.sh
blob: 4fc7641b9a26e99de69095e5d6f8072acb094658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

. ../../setenv-build-jogl-x86_64.sh

#    -Dc.compiler.debug=true 
#    -Djogl.cg=1 \
#    -Djogl.redbook=true \
#    -DskipSourceZIP=true

ant \
    -DskipSourceZIP=true \
    -Djogl.cg=1 \
    -Duser.swt.jar=$HOME/.java/swt-3.5.2-gtk-linux-x86_64.jar \
    -Drootrel.build=build-x86_64 \
    $* 2>&1 | tee make.jogl.all.x86_64.log