Remove -DWINDOWS in debug configuration.
Submitted by: Erik Johannisson <erik@johannisson.se>
This commit is contained in:
parent
690233bccc
commit
99cc4f075c
@ -22,7 +22,7 @@ $inc_def="inc32";
|
|||||||
|
|
||||||
if ($debug)
|
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";
|
$lflags.=" /debug";
|
||||||
$mlflags.=' /debug';
|
$mlflags.=' /debug';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user