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