Searched refs:WINDRES (Results 1 – 6 of 6) sorted by relevance
27 if {![info exists WINDRES]} then {32 if {[which $WINDRES] == 0} then {33 verbose "$WINDRES not found" 137 set wr "$WINDRES --include-dir $srcdir/$subdir"
69 if ![info exists WINDRES] then {70 set WINDRES [findfile $base_dir/windres]
169 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}" \
9243 if test -n "$WINDRES"; then9244 ac_cv_prog_WINDRES=$WINDRES9258 if test -n "$WINDRES"; then9259 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.9279 if test -n "$WINDRES"; then9280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&59281 $as_echo "$WINDRES" >&6; }9300 if test -n "$WINDRES"; then9301 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.9321 if test -n "$WINDRES"; then[all …]
1386 WINDRES_FOR_BUILD="\$(WINDRES)"3389 NCN_STRICT_CHECK_TOOLS(WINDRES, windres)3461 GCC_TARGET_TOOL(windres, WINDRES_FOR_TARGET, WINDRES, [binutils/windres])
6245 * 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