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`
export PARALLAX
fi
if [ "$MRM" ]; then
if [ "$debug" ]; then echo "MRM $MRM"; fi
MRM=`cygpath -w $MRM`
export MRM
if [ "$KUKA" ]; then
if [ "$debug" ]; then echo "KUKA $KUKA"; fi
KUKA=`cygpath -w $KUKA`
export KUKA
fi
if [ "$WINTOOLS" ]; then
if [ "$debug" ]; then echo "WINTOOLS $WINTOOLS"; fi