summaryrefslogtreecommitdiffstats
path: root/make/make.gluegen.all.linux-x86_64.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-05 17:28:52 +0200
committerSven Gothel <[email protected]>2010-05-05 17:28:52 +0200
commitedbff99164a350a0147a5c8617cef9a86f7a2749 (patch)
treea48c713783c7692a6894090eac7444b47aa0c6d6 /make/make.gluegen.all.linux-x86_64.sh
parent9300b0615f554f5904c93d757e4a9edbd1897538 (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.sh14
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