File: make.gluegen.all.solaris-x86.sh

package info (click to toggle)
gluegen2 2.5.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,848 kB
  • sloc: java: 53,390; ansic: 3,655; xml: 3,287; sh: 1,501; pascal: 591; asm: 162; makefile: 76
file content (20 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh

SDIR=`dirname $0` 

if [ -e $SDIR/setenv-build-jogamp-x86.sh ] ; then
    . $SDIR/setenv-build-jogamp-x86.sh
fi

#    -Dc.compiler.debug=true 
#    -Dgluegen.cpptasks.detected.os=true \
#    -DisUnix=true \
#    -DisLinux=true \
#    -DisLinuxAMD64=true \
#    -DisX11=true \

# BUILD_ARCHIVE=true \
ant \
    -Djavacdebuglevel="source,lines,vars" \
    -Drootrel.build=build-solaris-x86 \
    $* 2>&1 | tee make.gluegen.all.solaris-x86.log