add 'corepin' flag
authoryeom <yeom>
Thu, 18 Nov 2010 06:19:37 +0000 (06:19 +0000)
committeryeom <yeom>
Thu, 18 Nov 2010 06:19:37 +0000 (06:19 +0000)
Robust/src/buildscript

index 9fc8b98bb3913703c1e940776d15923a98c98109..12c75a561df4b560cef7d7ac8191caf83c440373 100755 (executable)
@@ -369,6 +369,9 @@ EXTRAOPTIONS="$EXTRAOPTIONS -DMAC"
 elif [[ $1 = '-squeue' ]]
 then
 EXTRAOPTIONS="$EXTRAOPTIONS -DSQUEUE"
+elif [[ $1 = '-corepin' ]]
+then
+EXTRAOPTIONS="$EXTRAOPTIONS -DCOREPIN"
 SQUEUE=true
 elif [[ $1 = '-profile' ]]
 then