diff options
author | Richard Levitte <levitte@openssl.org> | 2016-02-13 15:01:22 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-02-13 15:07:49 +0100 |
commit | 7b8666276df86c1b84bae410eea2fa1947f6516a (patch) | |
tree | 4ab227e834be2c693b600d565e6c3514d1816cba /Makefile.shared | |
parent | GH643: Cleanup header analysis (diff) | |
download | openssl-7b8666276df86c1b84bae410eea2fa1947f6516a.tar.xz openssl-7b8666276df86c1b84bae410eea2fa1947f6516a.zip |
Display the windres command
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Makefile.shared')
-rw-r--r-- | Makefile.shared | 2 |
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"; \ |