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:
2c0d101
)
"Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a valid
author
Ulf Möller
<ulf@openssl.org>
Fri, 15 Dec 2000 20:59:37 +0000
(20:59 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Fri, 15 Dec 2000 20:59:37 +0000
(20:59 +0000)
compiler switch.
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index 7c6674b971d8b9ca68aae8ac29b85f0b2841f2dc..dc1e3656758c393e6c9b1d1d34ef3b4a0262c4eb 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="
/GD
-D_WINDLL -D_DLL";
+ $lib_cflag=" -D_WINDLL -D_DLL";
$out_def="out32dll";
$tmp_def="tmp32dll";
}