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

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

#    -Dc.compiler.debug=true 

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