mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Added Kuka
This commit is contained in:
parent
98bf9bd0a7
commit
2043f57dfa
@ -90,10 +90,10 @@ 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
|
||||
if [ "$KUKA" ]; then
|
||||
if [ "$debug" ]; then echo "KUKA $KUKA"; fi
|
||||
KUKA=`cygpath -w $KUKA`
|
||||
export KUKA
|
||||
fi
|
||||
if [ "$WINTOOLS" ]; then
|
||||
if [ "$debug" ]; then echo "WINTOOLS $WINTOOLS"; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user