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

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

#    -Dc.compiler.debug=true 

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