[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Sat Feb 13 14:07:52 UTC 2016
The branch master has been updated
via 7b8666276df86c1b84bae410eea2fa1947f6516a (commit)
from 33a6d5a0e565e08758bcb6af456ec657c3a7a76a (commit)
- Log -----------------------------------------------------------------
commit 7b8666276df86c1b84bae410eea2fa1947f6516a
Author: Richard Levitte <levitte at openssl.org>
Date: Sat Feb 13 15:01:22 2016 +0100
Display the windres command
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Makefile.shared | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile.shared b/Makefile.shared
index 26ea561..69846a9 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"; \
More information about the openssl-commits
mailing list