From: jjenista Date: Mon, 20 Jul 2009 22:10:46 +0000 (+0000) Subject: mlp compile wasn't pulling in its runtime files anymore X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=04b85f675f503fb70b27114578b72de4d7238218;p=IRC.git mlp compile wasn't pulling in its runtime files anymore --- diff --git a/Robust/src/buildscript b/Robust/src/buildscript index 44eeadac..16b00ef5 100755 --- a/Robust/src/buildscript +++ b/Robust/src/buildscript @@ -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