diff options
author | Jack Lloyd <[email protected]> | 2019-12-07 07:39:56 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-12-07 07:39:56 -0500 |
commit | 8c28949c11ff46ad799770466c7b7bb6d457b3fc (patch) | |
tree | 1ac1a50444c0cb7ccdd33689fa08646186fa44ce /src | |
parent | f2c9d0f0610c6a06a18791bacc22a8907c6802e8 (diff) | |
parent | 6fccb9ccbc3a44bc3db872802d9d0d05558abf0a (diff) |
Merge GH #2215 Use .lib suffix consistently on Windows
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/cc/msvc.txt | 2 | ||||
-rw-r--r-- | src/lib/compression/zlib/info.txt | 3 | ||||
-rw-r--r-- | src/lib/entropy/win32_stats/info.txt | 2 | ||||
-rw-r--r-- | src/lib/prov/openssl/info.txt | 2 | ||||
-rw-r--r-- | src/lib/rng/system_rng/info.txt | 2 | ||||
-rw-r--r-- | src/lib/utils/socket/info.txt | 2 | ||||
-rw-r--r-- | src/lib/x509/certstor_system_windows/info.txt | 4 | ||||
-rw-r--r-- | src/scripts/ci/appveyor.yml | 8 |
8 files changed, 13 insertions, 12 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt index a7dc9bbb0..71fc25ce7 100644 --- a/src/build-data/cc/msvc.txt +++ b/src/build-data/cc/msvc.txt @@ -9,7 +9,7 @@ output_to_exe "/OUT:" add_include_dir_option "/I" add_lib_dir_option "/LIBPATH:" add_compile_definition_option "/D" -add_lib_option "" +add_lib_option "%s.lib" compile_flags "/nologo /c" diff --git a/src/lib/compression/zlib/info.txt b/src/lib/compression/zlib/info.txt index 8e3a12261..1102bc5e1 100644 --- a/src/lib/compression/zlib/info.txt +++ b/src/lib/compression/zlib/info.txt @@ -5,5 +5,6 @@ ZLIB -> 20160412 load_on vendor <libs> -all -> z +all!windows -> z +windows -> zlib </libs> diff --git a/src/lib/entropy/win32_stats/info.txt b/src/lib/entropy/win32_stats/info.txt index 3e3268183..065d48cda 100644 --- a/src/lib/entropy/win32_stats/info.txt +++ b/src/lib/entropy/win32_stats/info.txt @@ -15,5 +15,5 @@ win32 </os_features> <libs> -windows -> user32.lib +windows -> user32 </libs> diff --git a/src/lib/prov/openssl/info.txt b/src/lib/prov/openssl/info.txt index 043ade614..32e71a848 100644 --- a/src/lib/prov/openssl/info.txt +++ b/src/lib/prov/openssl/info.txt @@ -10,7 +10,7 @@ openssl.h <libs> all!windows -> crypto -windows -> libeay32.lib +windows -> libeay32 </libs> <requires> diff --git a/src/lib/rng/system_rng/info.txt b/src/lib/rng/system_rng/info.txt index da4fce4e3..e77328b82 100644 --- a/src/lib/rng/system_rng/info.txt +++ b/src/lib/rng/system_rng/info.txt @@ -10,7 +10,7 @@ crypto_ng </os_features> <libs> -uwp -> bcrypt.lib +uwp -> bcrypt </libs> <requires> diff --git a/src/lib/utils/socket/info.txt b/src/lib/utils/socket/info.txt index ceeaa18ee..3862f0f74 100644 --- a/src/lib/utils/socket/info.txt +++ b/src/lib/utils/socket/info.txt @@ -11,7 +11,7 @@ socket_udp.h <libs> linux -> rt mingw -> ws2_32 -windows -> ws2_32.lib +windows -> ws2_32 haiku -> network solaris -> socket,nsl qnx -> socket diff --git a/src/lib/x509/certstor_system_windows/info.txt b/src/lib/x509/certstor_system_windows/info.txt index 8d6dce6c6..0499feeec 100644 --- a/src/lib/x509/certstor_system_windows/info.txt +++ b/src/lib/x509/certstor_system_windows/info.txt @@ -11,5 +11,5 @@ certstor_windows.h </header:public> <libs> -windows -> crypt32.lib -</libs>
\ No newline at end of file +windows -> crypt32 +</libs> diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index f207420d7..d1aaf07f8 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -23,7 +23,7 @@ environment: APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 BOOST_ROOT: "C:\\Libraries\\boost_1_69_0" BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_69_0\\lib32-msvc-14.0" - BOOST_SYSTEM_LIBRARY: "libboost_system-vc140-mt-x32-1_69.lib" + BOOST_SYSTEM_LIBRARY: "libboost_system-vc140-mt-x32-1_69" MAKE_TOOL: nmake TARGET_CC: msvc EXTRA_FLAGS: "--disable-werror" @@ -35,7 +35,7 @@ environment: APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 BOOST_ROOT: "C:\\Libraries\\boost_1_69_0" BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_69_0\\lib32-msvc-14.1" - BOOST_SYSTEM_LIBRARY: "libboost_system-vc141-mt-x32-1_69.lib" + BOOST_SYSTEM_LIBRARY: "libboost_system-vc141-mt-x32-1_69" MAKE_TOOL: jom TARGET_CC: msvc @@ -46,7 +46,7 @@ environment: APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 BOOST_ROOT: "C:\\Libraries\\boost_1_69_0" BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_69_0\\lib64-msvc-14.1" - BOOST_SYSTEM_LIBRARY: "libboost_system-vc141-mt-x64-1_69.lib" + BOOST_SYSTEM_LIBRARY: "libboost_system-vc141-mt-x64-1_69" MAKE_TOOL: jom TARGET_CC: msvc @@ -57,7 +57,7 @@ environment: APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 BOOST_ROOT: "C:\\Libraries\\boost_1_69_0" BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_69_0\\lib64-msvc-14.1" - BOOST_SYSTEM_LIBRARY: "libboost_system-vc141-mt-x64-1_69.lib" + BOOST_SYSTEM_LIBRARY: "libboost_system-vc141-mt-x64-1_69" MAKE_TOOL: jom TARGET_CC: msvc |