projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf385f2
)
mlp compile wasn't pulling in its runtime files anymore
author
jjenista
<jjenista>
Mon, 20 Jul 2009 22:10:46 +0000
(22:10 +0000)
committer
jjenista
<jjenista>
Mon, 20 Jul 2009 22:10:46 +0000
(22:10 +0000)
Robust/src/buildscript
patch
|
blob
|
history
diff --git
a/Robust/src/buildscript
b/Robust/src/buildscript
index 44eeadaccc40dca95a8c391a9f3cd8eac51ba49b..16b00ef566871d57c839581d14c4eb4cf846bee3 100755
(executable)
--- 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