Home | History | Annotate | Download | only in build-aux

Lines Matching refs:EXE

200         for _exeext in '' .EXE; do
2281 execute|execut|execu|exec|exe|ex|e)
2472 magic_exe='%%%MAGIC EXE variable%%%'
2551 *.exe) ;;
2552 *) func_ltwrapper_exec_suffix=.exe ;;
2564 func_stripname '' '.exe' "$func_basename_result"
2600 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
4413 # If the file is missing, and there is a .exe on the end, strip it
4418 *.exe)
4420 func_stripname '' '.exe' "$file"
4422 stripped_ext=.exe
4434 func_stripname '' '.exe' "$file"
4501 # remove .exe since cygwin /usr/bin/install will append another
4506 *.exe:*.exe)
4509 *.exe:*)
4510 destfile=$destfile.exe
4512 *:*.exe)
4513 func_stripname '' '.exe' "$destfile"
5711 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
5715 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
5804 "(main) found exe (before symlink chase) at: %s\n",
5809 "(main) found exe (after symlink chase) at: %s\n",
5817 strendzap (actual_cwrapper_name, ".exe");
5818 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
5825 strendzap (target_name, ".exe");
5826 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
6329 }) ? "cmd.exe" : "command.com").
10188 exe' "$output"
10189 output=$func_stripname_result.exe;;
10516 # a .exe suffix, so we strip it off here.
10518 *.exe) func_stripname '' '.exe' "$output"
10521 # test for cygwin because mv fails w/o .exe extensions
10524 exeext=.exe
10525 func_stripname '' '.exe' "$outputname"
10535 cwrapper=$output_path/$output_name.exe
11056 *.exe)
11057 func_stripname '' '.exe' "$file"
11059 func_stripname '' '.exe' "$name"
11061 # $file with .exe has already been added to rmfiles,
11062 # add $file without .exe
11078 # note $name still contains .exe if it was in $file originally