Add a shared_target to the VC-common config
authorRichard Levitte <levitte@openssl.org>
Wed, 2 Mar 2016 13:10:21 +0000 (14:10 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 2 Mar 2016 14:45:45 +0000 (15:45 +0100)
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 <matt@openssl.org>
Configurations/10-main.conf

index 2ad53e7d1b5f6aceaeac19d209f91cdf7ab12730..ecfbc9a91b697683216987b67035b03fb917ad8a 100644 (file)
         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",
     },