Commit 99cc4f07 authored by Bodo Möller's avatar Bodo Möller
Browse files

Remove -DWINDOWS in debug configuration.

Submitted by: Erik Johannisson <erik@johannisson.se>
parent 690233bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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';
	}