aboutsummaryrefslogtreecommitdiffstats
path: root/make/make.jogl.cdcfp.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.cdcfp.macosx.sh
parent10c26e556006b5727b0076fc2e486459a63bdf76 (diff)
Move all scripts to it's folder
Diffstat (limited to 'make/make.jogl.cdcfp.macosx.sh')
-rw-r--r--make/make.jogl.cdcfp.macosx.sh27
1 files changed, 0 insertions, 27 deletions
diff --git a/make/make.jogl.cdcfp.macosx.sh b/make/make.jogl.cdcfp.macosx.sh
deleted file mode 100644
index d36f0bb7e..000000000
--- a/make/make.jogl.cdcfp.macosx.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/sh
-
-if [ -e /devtools/etc/profile.ant ] ; then
- . /devtools/etc/profile.ant
-fi
-
-
-# -Dc.compiler.debug=true
-# -Dbuild.noarchives=true
-
-BUILD_SUBDIR=build-cdcfp-macosx
-
-ant \
- -Dbuild.noarchives=true \
- -Dsetup.cdcfp=true \
- -Drootrel.build=$BUILD_SUBDIR \
- $* 2>&1 | tee make.jogl.cdcfp.macosx.log
-
-rm -rf ../$BUILD_SUBDIR/lib
-mkdir -p ../$BUILD_SUBDIR/lib
-for i in `find ../$BUILD_SUBDIR/ -name \*jnilib` ; do
- cp -v $i ../$BUILD_SUBDIR/lib/$(basename $i .jnilib).so
-done
-for i in `find ../../gluegen/$BUILD_SUBDIR/ -name \*jnilib` ; do
- cp -v $i ../$BUILD_SUBDIR/lib/$(basename $i .jnilib).so
-done
-