added stuff for ttrader tree

This commit is contained in:
Darren Ranalli 2002-02-22 22:37:49 +00:00
parent 5ab44cf78c
commit 0f68b4c9c0
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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`