Lines Matching refs:optval
248 optval="${opt#*=}"
252 --out=*) outfile="${optval}"; mkoutfile="${optval}".mk
254 --dep=*) eval "${optval%%:*}_deps=\"\${${optval%%:*}_deps} ${optval##*:}\""
256 --ver=*) vs_ver="$optval"
257 case $optval in
264 --ver=*) vs_ver="$optval"
265 case $optval in
271 *) die "Unrecognized Visual Studio Version '$optval' in $opt"
275 --target=*) target="${optval}"