aboutsummaryrefslogtreecommitdiffstats
path: root/make/make.jogl.all.macosx.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-04 02:43:09 +0200
committerSven Gothel <[email protected]>2010-05-04 02:43:09 +0200
commit63916148e837942c9ec996320bda805e80d7e06e (patch)
treee45c041c05cf1ba33c3cd3af9fc09fdec7eb5ec8 /make/make.jogl.all.macosx.sh
parent10c26e556006b5727b0076fc2e486459a63bdf76 (diff)
Move all scripts to it's folder
Diffstat (limited to 'make/make.jogl.all.macosx.sh')
-rw-r--r--make/make.jogl.all.macosx.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/make/make.jogl.all.macosx.sh b/make/make.jogl.all.macosx.sh
deleted file mode 100644
index a85f9344f..000000000
--- a/make/make.jogl.all.macosx.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /bin/sh
-
-if [ -e /devtools/etc/profile.ant ] ; then
- . /devtools/etc/profile.ant
-fi
-
-
-# -Dc.compiler.debug=true
-# -Dbuild.noarchives=true
-
-ant \
- -Dbuild.noarchives=true \
- -Djogl.cg=1 \
- -Drootrel.build=build-macosx \
- $* 2>&1 | tee make.jogl.all.macosx.log