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.macosx.sh | |
parent | 9300b0615f554f5904c93d757e4a9edbd1897538 (diff) |
Cleanup: Move scripts into their folder
Diffstat (limited to 'make/make.gluegen.all.macosx.sh')
-rw-r--r-- | make/make.gluegen.all.macosx.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/make/make.gluegen.all.macosx.sh b/make/make.gluegen.all.macosx.sh deleted file mode 100644 index 1078cec..0000000 --- a/make/make.gluegen.all.macosx.sh +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/sh - -if [ -e /devtools/etc/profile.ant ] ; then - . /devtools/etc/profile.ant -fi - -# -Dc.compiler.debug=true - -ant -v \ - -Drootrel.build=build-macosx \ - $* 2>&1 | tee make.gluegen.all.macosx.log |