From 7b8666276df86c1b84bae410eea2fa1947f6516a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 13 Feb 2016 15:01:22 +0100 Subject: [PATCH] Display the windres command Reviewed-by: Rich Salz --- Makefile.shared | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.shared b/Makefile.shared index 26ea561a72..69846a9534 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -308,6 +308,8 @@ link_a.cygwin: base=; [ $(LIBNAME) = "crypto" ] && base=-Wl,--image-base,0x63000000; \ fi; \ dll_name=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX; \ + echo "$(PERL) $(SRCDIR)/util/mkrc.pl $$dll_name |" \ + "$(CROSS_COMPILE)windres $(SHARED_RCFLAGS) -o rc.o"; \ $(PERL) $(SRCDIR)/util/mkrc.pl $$dll_name | \ $(CROSS_COMPILE)windres $(SHARED_RCFLAGS) -o rc.o; \ extras="$$extras rc.o"; \ -- 2.34.1