mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
demangle more source trees
This commit is contained in:
parent
ff1d43693f
commit
8553a3ce3d
@ -38,17 +38,25 @@ if [ "$WINTOOLS" ]; then
|
|||||||
WINTOOLS=`cygpath -w $WINTOOLS`
|
WINTOOLS=`cygpath -w $WINTOOLS`
|
||||||
export WINTOOLS
|
export WINTOOLS
|
||||||
fi
|
fi
|
||||||
|
if [ "$PANDATOOL" ]; then
|
||||||
|
PANDATOOL=`cygpath -w $PANDATOOL`
|
||||||
|
export PANDATOOL
|
||||||
|
fi
|
||||||
|
if [ "$PANDAAPP" ]; then
|
||||||
|
PANDAAPP=`cygpath -w $PANDAAPP`
|
||||||
|
export PANDAAPP
|
||||||
|
fi
|
||||||
|
|
||||||
# Panda does not like the colon in the de-cygpath version of the model trees
|
# Panda will now tolerate the colon in the de-cygpath version of the model trees
|
||||||
#if [ "DMODELS" ]; then
|
if [ "DMODELS" ]; then
|
||||||
# DMODELS=`cygpath -w $DMODELS`
|
DMODELS=`cygpath -w $DMODELS`
|
||||||
# export DMODELS
|
export DMODELS
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
#if [ "$TTMODELS" ]; then
|
if [ "$TTMODELS" ]; then
|
||||||
# TTMODELS=`cygpath -w $TTMODELS`
|
TTMODELS=`cygpath -w $TTMODELS`
|
||||||
# export TTMODELS
|
export TTMODELS
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user