summaryrefslogtreecommitdiffstats
path: root/make/make.jogl.all.x86.sh
blob: cfd47090f5d324724f17c8c1450a3da2c4410adc (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

. ../../setenv-build-jogl-x86.sh

#    -Dc.compiler.debug=true 

ant \
    -Djogl.cg=1 \
    -Drootrel.build=build-x86 \
    $* 2>&1 | tee make.jogl.all.x86.log