Added parallax project

This commit is contained in:
Mark Mine 2003-04-05 02:37:34 +00:00
parent 212bd64d9d
commit 82e3731bd9
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,11 @@ if [ "$FOURD" ]; then
FOURD=`cygpath -w $FOURD`
export FOURD
fi
if [ "$PARALLAX" ]; then
if [ "$debug" ]; then echo "PARALLAX $PARALLAX"; fi
PARALLAX=`cygpath -w $PARALLAX`
export PARALLAX
fi
if [ "$WINTOOLS" ]; then
if [ "$debug" ]; then echo "WINTOOLS $WINTOOLS"; fi
WINTOOLS=`cygpath -w $WINTOOLS`