summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorulf <ulf>2000-12-15 20:59:37 +0000
committerulf <ulf>2000-12-15 20:59:37 +0000
commita2485849e03d626e4784c3cabb83021201a5fcef (patch)
tree76d112725c3721ec775f6070d53f3e68c0c129d0 /util
parent640cbe0b6fe521f2310fc5efafb0e7284c7dfa04 (diff)
downloadopenssl-a2485849e03d626e4784c3cabb83021201a5fcef.tar.gz
"Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a valid
compiler switch.
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 7c6674b97..dc1e36567 100644
--- 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";
}