Allow users to modify /MD to /MT.
authorRichard Levitte <levitte@openssl.org>
Thu, 5 Dec 2002 01:35:04 +0000 (01:35 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 5 Dec 2002 01:35:04 +0000 (01:35 +0000)
PR: 380

util/pl/VC-32.pl

index 334a53f70b5155df52edd940cd67b3fcfd8cd7f8..17d7448fafc411d23d1bc7bf01b1afccd800512b 100644 (file)
@@ -92,7 +92,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";
        }