add new option to specify the directory to output scheduling simulation result
[IRC.git] / Robust / src / buildscript
index 524824ff44ddc0e722817dae8767367f93e57f85..50f305fdd73490a8fef17e7db2836c6c064a92a5 100755 (executable)
@@ -255,6 +255,10 @@ elif [[ $1 = '-curdir' ]]
 then
 CURDIR=$2
 shift
+elif [[ $1 = '-outputdir' ]]
+then
+JAVAOPTS="$JAVAOPTS -outputdir $2"
+shift
 else
 SRCFILES="$SRCFILES $1"
 fi