Allow users to modify /MD to /MT.

PR: 380
This commit is contained in:
Richard Levitte 2002-12-05 01:35:09 +00:00
parent 2589b74fd8
commit 54307ce955

View File

@ -91,7 +91,7 @@ if ($shlib)
{
$mlflags.=" $lflags /dll";
# $cflags =~ s| /MD| /MT|;
$lib_cflag=" -D_WINDLL -D_DLL";
$lib_cflag=" -D_WINDLL";
$out_def="out32dll";
$tmp_def="tmp32dll";
}