mlp compile wasn't pulling in its runtime files anymore
authorjjenista <jjenista>
Mon, 20 Jul 2009 22:10:46 +0000 (22:10 +0000)
committerjjenista <jjenista>
Mon, 20 Jul 2009 22:10:46 +0000 (22:10 +0000)
Robust/src/buildscript

index 44eeadaccc40dca95a8c391a9f3cd8eac51ba49b..16b00ef566871d57c839581d14c4eb4cf846bee3 100755 (executable)
@@ -304,11 +304,12 @@ then
 JAVAOPTS="$JAVAOPTS -minimize"
 elif [[ $1 = '-mlp' ]]
 then
-JAVAOPTS="$JAVAOPTS -mlp"
+MLPFLAG=true
 EXTRAOPTIONS="$EXTRAOPTIONS -lpthread"
 elif [[ $1 = '-mlpdebug' ]]
 then
 JAVAOPTS="$JAVAOPTS -mlpdebug"
+MLPFLAG=true
 EXTRAOPTIONS="$EXTRAOPTIONS -lpthread"
 elif [[ $1 = '-check' ]]
 then