summaryrefslogtreecommitdiff
path: root/slideshow/util
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-07-26 06:39:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-07-26 06:39:55 +0000
commitfc782722cad69d9ae216bd718a7293cc45b36ca0 (patch)
tree4e405e70a3cc7fbeec39c1fdee502a144beb0e69 /slideshow/util
parent07e6a6f2ddec4b72d6fc6dc1deec6f55204e8d74 (diff)
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:
Diffstat (limited to 'slideshow/util')
-rw-r--r--slideshow/util/makefile.pmk8
1 files changed, 4 insertions, 4 deletions
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"