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

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

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

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