projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2589b74
)
Allow users to modify /MD to /MT.
author
Richard Levitte
<levitte@openssl.org>
Thu, 5 Dec 2002 01:35:09 +0000
(
01:35
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 5 Dec 2002 01:35:09 +0000
(
01:35
+0000)
PR: 380
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index d6e3a11530f1e56f64c2c15a8902a13671fa43d4..285990c5896dc23f6a498227a04d00ebe7dbb54e 100644
(file)
--- 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";
}