@@ -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
+if [ "$TTRADER" ]; then
+ TTRADER=`cygpath -w $TTRADER`
+ export TTRADER
# Export the proper home environment variable
HOME=`cygpath -w $HOME`