From: Richard Levitte Date: Thu, 5 Dec 2002 01:35:09 +0000 (+0000) Subject: Allow users to modify /MD to /MT. X-Git-Tag: OpenSSL_0_9_7-beta5~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54307ce955c7ebe31c131badbf6969338654902f;p=openssl Allow users to modify /MD to /MT. PR: 380 --- diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index d6e3a11530..285990c589 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -91,7 +91,7 @@ if ($shlib) { $mlflags.=" $lflags /dll"; # $cflags =~ s| /MD| /MT|; - $lib_cflag=" -D_WINDLL -D_DLL"; + $lib_cflag=" -D_WINDLL"; $out_def="out32dll"; $tmp_def="tmp32dll"; }