Remove -DWINDOWS in debug configuration.

Submitted by: Erik Johannisson <erik@johannisson.se>
This commit is contained in:
Bodo Möller 1999-08-12 10:03:05 +00:00
parent 690233bccc
commit 99cc4f075c

View File

@ -22,7 +22,7 @@ $inc_def="inc32";
if ($debug)
{
$cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -DWINDOWS -DWIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG";
$cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -DWIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG";
$lflags.=" /debug";
$mlflags.=' /debug';
}