From fc782722cad69d9ae216bd718a7293cc45b36ca0 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 26 Jul 2006 06:39:55 +0000 Subject: INTEGRATION: CWS presfixes10 (1.5.6); FILE MERGED 2005/11/18 12:40:47 dbo 1.5.6.3: #i47533# fanwipe fixes Issue number: Submitted by: Reviewed by: 2005/11/10 15:12:46 dbo 1.5.6.2: #i45197# debug base default Issue number: Submitted by: Reviewed by: 2005/11/07 15:25:56 dbo 1.5.6.1: #i45197# set RTL_LEAKGUARD_DEFAULT_MODE Issue number: Submitted by: Reviewed by: --- slideshow/util/makefile.pmk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'slideshow/util') diff --git a/slideshow/util/makefile.pmk b/slideshow/util/makefile.pmk index ac0b7f6f58e7..1d65698c9846 100644 --- a/slideshow/util/makefile.pmk +++ b/slideshow/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2005-10-11 08:56:37 $ +# last change: $Author: rt $ $Date: 2006-07-26 07:39:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,14 +39,14 @@ CDEFS+= -DVERBOSE .IF "$(debug)"!="" || "$(DEBUG)"!="" -CDEFS+= -DBOOST_SP_ENABLE_DEBUG_HOOKS +CDEFS += -DBOOST_SP_ENABLE_DEBUG_HOOKS .IF "$(COM)"=="MSC" # disable inlining for MSVC CFLAGS += -Ob0 .ENDIF -.ENDIF +.ENDIF # "$(debug)"!="" || "$(DEBUG)"!="" # # Turn off optimization module wide for SunCC # .IF "$(OS)"=="SOLARIS" && "$(COM)"!="GCC" -- cgit