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

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

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