aboutsummaryrefslogtreecommitdiffstats
path: root/make/make.jogl.all.linux-x86.sh
blob: d21d958864d8ce6091135f76ff345192dcb450d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

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

#    -Dc.compiler.debug=true 

ant -v \
    -Dgluegen.cpptasks.detected.os=true \
    -DisUnix=true \
    -DisLinux=true \
    -DisLinuxX86=true \
    -DisX11=true \
    $* 2>&1 | tee make.jogl.all.linux-x86.log