Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-05 04:35:09 +0300
committerRichard Levitte <levitte@openssl.org>2002-12-05 04:35:09 +0300
commit54307ce955c7ebe31c131badbf6969338654902f (patch)
treede80ae9547a7850a5c9a1c0ced6d3efa086b5565 /util
parent2589b74fd883067172f418fd32be3ec00debcac3 (diff)
Allow users to modify /MD to /MT.
PR: 380
Diffstat (limited to 'util')
-rw-r--r--util/pl/VC-32.pl2
1 files changed, 1 insertions, 1 deletions
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";
}