Statistics
| Revision:

root / trunk / extensions / ext3Dgui / gen_simb_link_mac.sh @ 20944

History | View | Annotate | Download (347 Bytes)

1 20256 rgaitan
export BINARIES_3D=$PWD/../binaries/mac/3D;
2
echo $BINARIES_3D;
3
cd /Developer/DepMan/lib
4
find . -type l -exec ls -l {} ';' |sed 's/.*[.][/]//g' | sed 's/\(.*\) -> \(.*\)$/ln -sf \2 \1/g' > $BINARIES_3D/install-3D.tmp ;
5
cat $BINARIES_3D/install-3D.sh.head $BINARIES_3D/install-3D.tmp > $BINARIES_3D/install-3D.sh ;
6
rm -f $BINARIES_3D/install-3D.tmp