Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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.25/
DMakefile.in165 WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES; \
205 WINDRES="$(WINDRES)"; export WINDRES; \
291 WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
403 WINDRES = @WINDRES@
3547 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
3572 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
3597 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
3622 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
3647 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
3673 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
[all …]
DMakefile.tpl168 WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES; \
208 WINDRES="$(WINDRES)"; export WINDRES; \
294 WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
406 WINDRES = @WINDRES@
1263 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
1401 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" "WINDMC=$${WINDMC}" \
Dconfigure9280 if test -n "$WINDRES"; then
9281 ac_cv_prog_WINDRES=$WINDRES
9295 if test -n "$WINDRES"; then
9296 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9316 if test -n "$WINDRES"; then
9317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9318 $as_echo "$WINDRES" >&6; }
9337 if test -n "$WINDRES"; then
9338 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9358 if test -n "$WINDRES"; then
[all …]
Dconfigure.ac1238 WINDRES_FOR_BUILD="\$(WINDRES)"
3199 NCN_STRICT_CHECK_TOOLS(WINDRES, windres)
3269 GCC_TARGET_TOOL(windres, WINDRES_FOR_TARGET, WINDRES, [binutils/windres])
DChangeLog5856 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10244 * Makefile.in (WINDRES): New variable.
10247 (EXTRA_HOST_FLAGS): Add WINDRES.
10248 (EXTRA_TARGET_FLAGS): Add WINDRES.
10249 (EXTRA_GCC_FLAGS): Add WINDRES.
10250 ($(DO_X)): Pass down WINDRES.
10251 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10252 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
/toolchain/binutils/binutils-2.25/binutils/testsuite/config/
Ddefault.exp69 if ![info exists WINDRES] then {
70 set WINDRES [findfile $base_dir/windres]
/toolchain/binutils/binutils-2.25/binutils/testsuite/
DChangeLog-9303258 * config/default.exp (WINDRES): Add.