mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
added stuff for ttrader tree
This commit is contained in:
parent
5ab44cf78c
commit
0f68b4c9c0
@ -20,6 +20,12 @@ shift
|
|||||||
firstarg="$1"
|
firstarg="$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$firstarg" = "-tt" ]; then
|
||||||
|
extra_genPyCode_libs="$extra_genPyCode_libs libttrader"
|
||||||
|
shift
|
||||||
|
firstarg="$1"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$firstarg" = "-v" ]; then
|
if [ "$firstarg" = "-v" ]; then
|
||||||
extra_genPyCode_libs="$extra_genPyCode_libs libvrpn"
|
extra_genPyCode_libs="$extra_genPyCode_libs libvrpn"
|
||||||
shift
|
shift
|
||||||
|
@ -53,6 +53,10 @@ if [ "$BARTOP" ]; then
|
|||||||
BARTOP=`cygpath -w $BARTOP`
|
BARTOP=`cygpath -w $BARTOP`
|
||||||
export BARTOP
|
export BARTOP
|
||||||
fi
|
fi
|
||||||
|
if [ "$TTRADER" ]; then
|
||||||
|
TTRADER=`cygpath -w $TTRADER`
|
||||||
|
export TTRADER
|
||||||
|
fi
|
||||||
|
|
||||||
# Export the proper home environment variable
|
# Export the proper home environment variable
|
||||||
HOME=`cygpath -w $HOME`
|
HOME=`cygpath -w $HOME`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user