Commit 6e2dad1c authored by Ulf Möller's avatar Ulf Möller
Browse files

"Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a valid

compiler switch.
parent 2c0d1012
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
	}