for MRM tree

This commit is contained in:
Mark Mine 2003-06-25 01:45:58 +00:00
parent e5995f0ecf
commit b24a6ff2cb
2 changed files with 9 additions and 0 deletions

View File

@ -75,6 +75,11 @@ 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
fi
if [ "$WINTOOLS" ]; then
if [ "$debug" ]; then echo "WINTOOLS $WINTOOLS"; fi
WINTOOLS=`cygpath -w $WINTOOLS`

View File

@ -69,6 +69,10 @@ if [ "$PARALLAX" ]; then
PARALLAX=`cygpath -w $PARALLAX`
export PARALLAX
fi
if [ "$MRM" ]; then
MRM=`cygpath -w $MRM`
export MRM
fi
if [ "$TTMODELS" ]; then
TTMODELS=`cygpath -w $TTMODELS`
export TTMODELS