aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-13 15:01:22 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-13 15:07:49 +0100
commit7b8666276df86c1b84bae410eea2fa1947f6516a (patch)
tree4ab227e834be2c693b600d565e6c3514d1816cba /Makefile.shared
parent33a6d5a0e565e08758bcb6af456ec657c3a7a76a (diff)
downloadopenssl-7b8666276df86c1b84bae410eea2fa1947f6516a.tar.gz
Display the windres command
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 2 insertions, 0 deletions
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"; \