mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
90fb2ebf89
commit
aa3dfc7d52
@ -65,6 +65,11 @@ if [ "$FOURD" ]; then
|
||||
FOURD=`cygpath -w $FOURD`
|
||||
export FOURD
|
||||
fi
|
||||
if [ "$MRM" ]; then
|
||||
if [ "$debug" ]; then echo "MRM $MRM"; fi
|
||||
MRM=`cygpath -w $MRM`
|
||||
export MRM
|
||||
fi
|
||||
if [ "$PARALLAX" ]; then
|
||||
if [ "$debug" ]; then echo "PARALLAX $PARALLAX"; fi
|
||||
PARALLAX=`cygpath -w $PARALLAX`
|
||||
|
@ -61,6 +61,10 @@ if [ "$FOURD" ]; then
|
||||
FOURD=`cygpath -w $FOURD`
|
||||
export FOURD
|
||||
fi
|
||||
if [ "$MRM" ]; then
|
||||
MRM=`cygpath -w $MRM`
|
||||
export MRM
|
||||
fi
|
||||
if [ "$PARALLAX" ]; then
|
||||
PARALLAX=`cygpath -w $PARALLAX`
|
||||
export PARALLAX
|
||||
|
Loading…
x
Reference in New Issue
Block a user