Home
last modified time | relevance | path

Searched refs:WINDRES (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/windres/
Dwindres.exp27 if {![info exists WINDRES]} then {
32 if {[which $WINDRES] == 0} then {
33 verbose "$WINDRES not found" 1
37 set wr "$WINDRES --include-dir $srcdir/$subdir"
/toolchain/binutils/binutils-2.27/binutils/testsuite/config/
Ddefault.exp69 if ![info exists WINDRES] then {
70 set WINDRES [findfile $base_dir/windres]
/toolchain/binutils/binutils-2.27/
DMakefile.tpl169 WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES; \
209 WINDRES="$(WINDRES)"; export WINDRES; \
299 WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
409 WINDRES = @WINDRES@
1309 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
1447 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
Dconfigure9243 if test -n "$WINDRES"; then
9244 ac_cv_prog_WINDRES=$WINDRES
9258 if test -n "$WINDRES"; then
9259 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9279 if test -n "$WINDRES"; then
9280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9281 $as_echo "$WINDRES" >&6; }
9300 if test -n "$WINDRES"; then
9301 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9321 if test -n "$WINDRES"; then
[all …]
Dconfigure.ac1386 WINDRES_FOR_BUILD="\$(WINDRES)"
3389 NCN_STRICT_CHECK_TOOLS(WINDRES, windres)
3461 GCC_TARGET_TOOL(windres, WINDRES_FOR_TARGET, WINDRES, [binutils/windres])
DChangeLog6245 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10633 * Makefile.in (WINDRES): New variable.
10636 (EXTRA_HOST_FLAGS): Add WINDRES.
10637 (EXTRA_TARGET_FLAGS): Add WINDRES.
10638 (EXTRA_GCC_FLAGS): Add WINDRES.
10639 ($(DO_X)): Pass down WINDRES.
10640 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10641 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like