The branch master has been updated
       via  7b8666276df86c1b84bae410eea2fa1947f6516a (commit)
      from  33a6d5a0e565e08758bcb6af456ec657c3a7a76a (commit)


- Log -----------------------------------------------------------------
commit 7b8666276df86c1b84bae410eea2fa1947f6516a
Author: Richard Levitte <levi...@openssl.org>
Date:   Sat Feb 13 15:01:22 2016 +0100

    Display the windres command
    
    Reviewed-by: Rich Salz <rs...@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"; \
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to