From: Richard Levitte Date: Sat, 13 Feb 2016 14:01:22 +0000 (+0100) Subject: Display the windres command X-Git-Tag: OpenSSL_1_1_0-pre3~36 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=7b8666276df86c1b84bae410eea2fa1947f6516a;hp=33a6d5a0e565e08758bcb6af456ec657c3a7a76a Display the windres command Reviewed-by: Rich Salz --- 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"; \