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

compiler switch.
This commit is contained in:
Ulf Möller 2000-12-15 20:59:37 +00:00
parent 2c0d10123e
commit 6e2dad1cc7

View 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";
}