From 6e2dad1cc761cf222dbfb4bdbb262205a57777e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Fri, 15 Dec 2000 20:59:37 +0000 Subject: [PATCH] "Andrew W. Gray" says /GD is no longer a valid compiler switch. --- util/pl/VC-32.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.34.1