From 65093d7a1e1e4c9267253b4630e888cd780b04a3 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Wed, 5 May 2004 18:30:13 +0000 Subject: [PATCH] - Compile RPCRT4 without debug messages. svn path=/trunk/; revision=9311 --- reactos/lib/rpcrt4/Makefile.ros-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/rpcrt4/Makefile.ros-template b/reactos/lib/rpcrt4/Makefile.ros-template index 4bc0f162c7f..c42d3e65d3e 100644 --- a/reactos/lib/rpcrt4/Makefile.ros-template +++ b/reactos/lib/rpcrt4/Makefile.ros-template @@ -1,10 +1,10 @@ -# $Id: Makefile.ros-template,v 1.1 2004/05/04 20:06:26 navaraf Exp $ +# $Id: Makefile.ros-template,v 1.2 2004/05/05 18:30:13 navaraf Exp $ TARGET_NAME = rpcrt4 TARGET_OBJECTS = @C_SRCS@ -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ -Wall -DDBG -DYDEBUG +TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ -Wall TARGET_SDKLIBS = @IMPORTS@ winmm.a libwine.a wine_uuid.a ntdll.a