Added Kuka

This commit is contained in:
Mark Mine 2004-04-30 23:10:22 +00:00
parent 98bf9bd0a7
commit 2043f57dfa

View File

@ -90,10 +90,10 @@ if [ "$PARALLAX" ]; then
PARALLAX=`cygpath -w $PARALLAX` PARALLAX=`cygpath -w $PARALLAX`
export PARALLAX export PARALLAX
fi fi
if [ "$MRM" ]; then if [ "$KUKA" ]; then
if [ "$debug" ]; then echo "MRM $MRM"; fi if [ "$debug" ]; then echo "KUKA $KUKA"; fi
MRM=`cygpath -w $MRM` KUKA=`cygpath -w $KUKA`
export MRM export KUKA
fi fi
if [ "$WINTOOLS" ]; then if [ "$WINTOOLS" ]; then
if [ "$debug" ]; then echo "WINTOOLS $WINTOOLS"; fi if [ "$debug" ]; then echo "WINTOOLS $WINTOOLS"; fi