From 7de61ef289dc2347431ea12a5b2cee078786db20 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 22 Jun 2019 16:40:13 +0300 Subject: Release version 1.1.1+3 Bump toolchain version dependency to 0.11.0 in manifest. Switch to topics from tags in manifest. Add upstream-version value to manifest. Disable 'object file does not define any public symbols' lib.exe warning. --- libcrypto/libcrypto/buildfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'libcrypto/libcrypto/buildfile') diff --git a/libcrypto/libcrypto/buildfile b/libcrypto/libcrypto/buildfile index 62045a7..0af8b7c 100644 --- a/libcrypto/libcrypto/buildfile +++ b/libcrypto/libcrypto/buildfile @@ -216,12 +216,14 @@ else '(.+)', \ $msvc ? '\1.lib' : '-l\1') - # @@ To suppress the 'object file does not define any public symbols' - # warning we also need to pass /ignore:4221 option to lib.exe. Currently - # there is no way to do this. - # if $msvc + { + # Suppress the 'object file does not define any public symbols' warning. + # + c.aoptions += /ignore:4221 + c.libs += advapi32.lib + } } # Export options. -- cgit v1.1