summaryrefslogtreecommitdiffstats
path: root/make/make.gluegen.all.linux-x86.sh
blob: 58c4215520c261ecec0c71eef27edc77a039e1ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

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

#    -Dc.compiler.debug=true 

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