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.sh | |
parent | 9300b0615f554f5904c93d757e4a9edbd1897538 (diff) |
Cleanup: Move scripts into their folder
Diffstat (limited to 'make/make.gluegen.all.linux-x86.sh')
-rw-r--r-- | make/make.gluegen.all.linux-x86.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/make/make.gluegen.all.linux-x86.sh b/make/make.gluegen.all.linux-x86.sh deleted file mode 100644 index ef81f0e..0000000 --- a/make/make.gluegen.all.linux-x86.sh +++ /dev/null @@ -1,16 +0,0 @@ -#! /bin/sh - -. ../../setenv-build-jogl-x86.sh - -# -Dc.compiler.debug=true -# -Dgluegen.cpptasks.detected.os=true \ -# -DisUnix=true \ -# -DisLinux=true \ -# -DisLinuxX86=true \ -# -DisX11=true \ - -ant \ - -Dgluegen-cpptasks.file=`pwd`/lib/gluegen-cpptasks-linux-32bit.xml \ - -Drootrel.build=build-x86 \ - -Dos.arch=x86 \ - $* 2>&1 | tee make.gluegen.all.linux-x86.log |