"Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a valid
authorUlf Möller <ulf@openssl.org>
Fri, 15 Dec 2000 20:59:37 +0000 (20:59 +0000)
committerUlf Möller <ulf@openssl.org>
Fri, 15 Dec 2000 20:59:37 +0000 (20:59 +0000)
compiler switch.

util/pl/VC-32.pl

index 7c6674b971d8b9ca68aae8ac29b85f0b2841f2dc..dc1e3656758c393e6c9b1d1d34ef3b4a0262c4eb 100644 (file)
@@ -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";
        }