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:
4387f47
)
Allow users to modify /MD to /MT.
author
Richard Levitte
<levitte@openssl.org>
Thu, 5 Dec 2002 01:35:04 +0000
(
01:35
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 5 Dec 2002 01:35:04 +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 334a53f70b5155df52edd940cd67b3fcfd8cd7f8..17d7448fafc411d23d1bc7bf01b1afccd800512b 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-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";
}