Support DLL builds + Fix C RTL variants
[openssl.git] / Configurations / 10-main.conf
index 518e8c77f4d89b41aaad46a33987757160dc4fd7..3d6fbba5e41db3f9b999d6122ff01e77167fbbf2 100644 (file)
@@ -1300,6 +1300,8 @@ my %targets = (
         shared_defflag   => '',
         shared_ldflag    => "/dll",
         shared_target    => "win-shared", # meaningless except it gives Configure a hint
+        lddefflag        => "/def:",
+        ld_implib_flag   => "/implib:",
         thread_scheme    => "winthreads",
         dso_scheme       => "win32",
         perl_platform    => 'Windows::MSVC',