diff options
author | Sven Gothel <[email protected]> | 2013-06-15 05:27:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-15 05:27:51 +0200 |
commit | d01cb422c4621fbc1b5ea2bcd7d19f3ff8602715 (patch) | |
tree | 769518d62bc409191667355a924e559e9ab52770 /make/scripts/make.gluegen.all.linux-x86_64.java7.sh | |
parent | a7802a2ab90a68ecbba962149a335f975fce24e7 (diff) |
Fix CStruct APT File Location - Threw FileNotFoundException w/ Java7
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-x86_64.java7.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-x86_64.java7.sh | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86_64.java7.sh b/make/scripts/make.gluegen.all.linux-x86_64.java7.sh new file mode 100755 index 0000000..967a21e --- /dev/null +++ b/make/scripts/make.gluegen.all.linux-x86_64.java7.sh @@ -0,0 +1,25 @@ +#! /bin/sh + +SDIR=`dirname $0` + +if [ -e $SDIR/setenv-build-jogl-x86_64.java7.sh ] ; then + . $SDIR/setenv-build-jogl-x86_64.java7.sh +fi + +# -Dc.compiler.debug=true +# -Dgluegen.cpptasks.detected.os=true \ +# -DisUnix=true \ +# -DisLinux=true \ +# -DisLinuxAMD64=true \ +# -DisX11=true \ +# +# -Dtarget.sourcelevel=1.6 \ +# -Dtarget.targetlevel=1.6 \ +# -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ + +# BUILD_ARCHIVE=true \ +ant \ + -Dc.compiler.debug=true \ + -Djavacdebuglevel="source,lines,vars" \ + -Drootrel.build=build-x86_64.java7 \ + $* 2>&1 | tee make.gluegen.all.linux-x86_64.java7.log |