blob: 556224d4c69d7d5622aeaf4ca6423b845212346d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
. ../../setenv-build-jogl.sh
ant \
-Dgluegen.cpptasks.detected.os=true \
-DisUnix=true \
-DisLinux=true \
-DisLinuxX86=true \
-DisX11=true \
$* 2>&1 | tee make.jogl.all.linux-x86.log
|