aboutsummaryrefslogtreecommitdiffstats
path: root/util/pl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-12-15 20:59:37 +0000
committerUlf Möller <ulf@openssl.org>2000-12-15 20:59:37 +0000
commit6e2dad1cc761cf222dbfb4bdbb262205a57777e9 (patch)
treea3967a8f6a23ca69c5ba52da8271cd39fd76c384 /util/pl
parent2c0d10123eac1117d64a8476bbc1f730439403ab (diff)
downloadopenssl-6e2dad1cc761cf222dbfb4bdbb262205a57777e9.tar.gz
"Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a valid
compiler switch.
Diffstat (limited to 'util/pl')
-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 7c6674b971..dc1e365675 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";
}