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/make.gluegen.all.linux-x86_64.sh | |
parent | 9300b0615f554f5904c93d757e4a9edbd1897538 (diff) |
Cleanup: Move scripts into their folder
Diffstat (limited to 'make/make.gluegen.all.linux-x86_64.sh')
-rw-r--r-- | make/make.gluegen.all.linux-x86_64.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/make/make.gluegen.all.linux-x86_64.sh b/make/make.gluegen.all.linux-x86_64.sh deleted file mode 100644 index 98ef4ed..0000000 --- a/make/make.gluegen.all.linux-x86_64.sh +++ /dev/null @@ -1,14 +0,0 @@ -#! /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 |