From e9abfc3a00f5e6f51fc8150e53c65cec125b3082 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 2 Mar 2016 14:10:21 +0100 Subject: [PATCH] Add a shared_target to the VC-common config This has no real meaning, except it gives Configure a hint that VC targets are indeed capable of producing shared objects. Reviewed-by: Matt Caswell --- Configurations/10-main.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 2ad53e7d1b..ecfbc9a91b 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1104,6 +1104,7 @@ template => 1, cc => "cl", cflags => "-W3 -wd4090 -Gs0 -GF -Gy -nologo -DOPENSSL_SYS_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE", + shared_target => "win-shared", # meaningless except it gives Configure a hint dso_scheme => "win32", build_scheme => "mk1mf", }, -- GitLab