Lines Matching refs:WATCOM
496 # If the system has Open Watcom installed, WATCOM will be set in the
498 # pointed to by on the command line, which will set the WATCOM variable.
505 if [ -z "$WATCOM" ]; then
506 WATCOM=`/bin/ls -rd1 $PWD/tools/common/openwatcom/* 2> /dev/null | head -1`
507 if [ -z "$WATCOM" ]; then
528 if [ ! -f "$WATCOM/$wc_bin/$prog" ]; then
529 log_failure "$WATCOM/$wc_bin/$prog does not exist or is not a regular file."
535 wasm_ver=`$WATCOM/$wc_bin/wasm -? 2>&1 | sed -e '1!d' -e 's/Open Watcom Assembler Version *//'`
537 log_failure "$WATCOM/$wc_bin/wasm -? did not produce the expected response"
541 cnf_append "PATH_TOOL_OPENWATCOM" "$WATCOM"
2320 --with-ow-dir=DIR directory where Open Watcom can be found [$WATCOM]
2416 WATCOM=`echo $option | cut -d'=' -f2`