aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make.jocl.all.linux-x86.sh
blob: 9ae8b77006cc6161b58c0655674d95e19512719d (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

if [ -e ../setenv-build-jogl-x86.sh ] ; then
    . ../setenv-build-jogl-x86.sh
fi

ant  \
    -Drootrel.build=build-x86 \
    $* 2>&1 | tee make.jocl.all.linux-x86.log