"Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a valid
compiler switch.
This commit is contained in:
parent
2c0d10123e
commit
6e2dad1cc7
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user