diff options
author | Ulf Möller <ulf@openssl.org> | 2000-12-15 20:59:37 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-12-15 20:59:37 +0000 |
commit | 6e2dad1cc761cf222dbfb4bdbb262205a57777e9 (patch) | |
tree | a3967a8f6a23ca69c5ba52da8271cd39fd76c384 /util | |
parent | 2c0d10123eac1117d64a8476bbc1f730439403ab (diff) | |
download | openssl-new-6e2dad1cc761cf222dbfb4bdbb262205a57777e9.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.pl | 2 |
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"; } |