diff options
author | Sven Gothel <[email protected]> | 2010-05-05 17:28:52 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-05 17:28:52 +0200 |
commit | edbff99164a350a0147a5c8617cef9a86f7a2749 (patch) | |
tree | a48c713783c7692a6894090eac7444b47aa0c6d6 /make/scripts/make.gluegen.all.linux-x86_64.sh | |
parent | 9300b0615f554f5904c93d757e4a9edbd1897538 (diff) |
Cleanup: Move scripts into their folder
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-x86_64.sh')
-rw-r--r-- | make/scripts/make.gluegen.all.linux-x86_64.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86_64.sh b/make/scripts/make.gluegen.all.linux-x86_64.sh new file mode 100644 index 0000000..98ef4ed --- /dev/null +++ b/make/scripts/make.gluegen.all.linux-x86_64.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +. ../../setenv-build-jogl-x86_64.sh + +# -Dc.compiler.debug=true +# -Dgluegen.cpptasks.detected.os=true \ +# -DisUnix=true \ +# -DisLinux=true \ +# -DisLinuxAMD64=true \ +# -DisX11=true \ + +ant \ + -Drootrel.build=build-x86_64 \ + $* 2>&1 | tee make.gluegen.all.linux-x86_64.log |