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

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

#    -Dc.compiler.debug=true 

ant \
    -Djogl.cg=1 \
    -Duser.swt.jar=$HOME/.java/swt-3.6-gtk-linux-x86.jar \
    -Drootrel.build=build-x86 \
    $* 2>&1 | tee make.jogl.all.x86.log