blob: f5c6b64c59798dc35b8776b6229f1ed163c76aac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
# -Dc.compiler.debug=true
# -Djogl.cg=1 \
# -Djogl.redbook=true \
ant \
-Djogl.cg=1 \
-Duser.swt.jar=$HOME/.java/swt.jar \
-Drootrel.build=build-x86_64 \
$* 2>&1 | tee make.jogl.all.x86_64.log
|