Lines Matching refs:exe

707                           the path pointing to the midl.exe.
709 Usage: --with-midl-path=<absolute path to midl.exe>
713 the path pointing to the csc.exe.
715 Usage: --with-csc-path=<absolute path to csc.exe>
724 Usage: --with-nsis-path=<absolute path to nsis.exe>
849 ml.exe assembler.
851 Usage: --with-asm-home=<path to ml.exe directory>
855 nasm.exe assembler.
857 Usage: --with-nasm-home=<path to nasm.exe directory>
1663 dnl Another sanity check! More a band-aid. winenv.* adds guw.exe to
1664 dnl CC and CXX but the configure checks here assume that guw.exe
1667 CC=`echo $CC | $SED "s/^guw.exe //"`
1668 CXX=`echo $CXX | $SED "s/^guw.exe //"`
1691 dnl and g++ to build guw.exe although MS cl (or MinGW) is used to
1897 $DMAKE -V 2>/dev/null | $GREP -E 'dmake(.exe)? .* Version .*' >/dev/null
2090 if test -x "$vctest/bin/cl.exe"; then
2152 if test -x "$with_cl_home/$cl_subdirectory/cl.exe"; then
2153 CC="$with_cl_home/$cl_subdirectory/cl.exe"
2160 # Remove /cl.exe from CC case insensitive
2322 dnl Check midl.exe
2323 AC_PATH_PROG(MIDL_PATH, midl.exe)
2330 if test -x "$with_midl_path/midl.exe"; then
2333 if test -z "$MIDL_PATH" -a -e "$with_cl_home/../Common7/Tools/Bin/midl.exe"; then
2338 if test -x "$vstest/Common7/Tools/Bin/midl.exe" ; then
2344 if test -x "$psdktest/Bin/midl.exe" ; then
2348 if test ! -x "$MIDL_PATH/midl.exe"; then
2349 AC_MSG_ERROR([midl.exe not found. Make sure it's in the path or use --with-midl-path])
2355 dnl Check csc.exe
2356 AC_PATH_PROG(CSC_PATH, csc.exe)
2363 if test -x "$with_csc_path/csc.exe"; then
2367 if test -x "$csctest/csc.exe"; then
2371 if test ! -x "$CSC_PATH/csc.exe"; then
2372 AC_MSG_ERROR([csc.exe not found. Make sure it's in the path or use --with-csc-path])
2550 dnl Autoconf 2.53 can do this test for cl.exe, 2.13 can't!
3010 if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
3011 JAVAINTERPRETER="${JAVAINTERPRETER}.exe"
3134 if test x`echo "$javacompiler" | $GREP -i '\.exe$'` = x; then
3135 javacompiler="${javacompiler}.exe"
3151 if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
3152 JAVACOMPILER="${JAVACOMPILER}.exe"
3158 if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
3159 JAVACOMPILER="${JAVACOMPILER}.exe"
3193 if test x`echo "$_javadoc_path" | $GREP -i '\.exe$'` = x; then
3194 _javadoc_path="${_javadoc_path}.exe"
3208 if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
3209 JAVADOC="${JAVADOC}.exe"
3215 if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
3216 JAVADOC="${JAVADOC}.exe"
5266 if test ! -x "$PSDK_HOME/bin/msiinfo.exe" \
5267 -o ! -x "$PSDK_HOME/bin/msidb.exe" \
5268 -o ! -x "$PSDK_HOME/bin/uuidgen.exe" \
5269 -o ! -x "$PSDK_HOME/bin/msitran.exe" ; then
5474 AC_PATH_PROG(NSIS_PATH, nsis.exe)
5481 if test -e "$with_nsis_path/nsis.exe"; then
5485 if test -x "$nsistest/nsis.exe"; then
5496 nsis_version_string=`"$NSIS_PATH/makensis.exe" /VERSION | $SED -e s/^v//i`
5502 …if echo `"$NSIS_PATH/makensis.exe" /HDRINFO` | $EGREP "\bNSIS_UNICODE_MAKENSIS\b" 2>&1 >/dev/null…
5623 dnl testing ml.exe assembler path
5626 AC_MSG_CHECKING([ml.exe assembler path])
5630 if test ! -x "$with_asm_home/ml.exe"; then
5631 AC_PATH_PROG(ML_EXE, ml.exe)
5633 if test -x "$with_cl_home/bin/ml.exe"; then
5637 AC_MSG_ERROR([Configure did not find ml.exe assembler.])
5651 dnl testing nasm.exe assembler path
5654 AC_MSG_CHECKING([nasm.exe assembler path])
5658 if test ! -x "$with_nasm_home/nasm.exe"; then
5659 AC_PATH_PROG(NASM_EXE, nasm.exe)
5710 AC_MSG_ERROR([$ZIP found in the path is not the required cygwin version of Info-ZIPs zip.exe.])
5732 dnl Windows builds need vcredist_x*.exe in external/vcredist/
5737 AC_MSG_CHECKING([for vcredist_x86.exe])
5738 if test -x ./external/vcredist/vcredist_x86.exe; then
5741 AC_MSG_ERROR([ vcredist_x86.exe is missing in external/vcredist/.
5745 AC_MSG_CHECKING([for vcredist_x64.exe])
5746 if test -x ./external/vcredist/vcredist_x64.exe; then
5749 AC_MSG_ERROR([ vcredist_x64.exe is missing in external/vcredist/.