mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
for MRM tree
This commit is contained in:
parent
e5995f0ecf
commit
b24a6ff2cb
@ -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`
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user