diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-07-26 06:39:55 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-07-26 06:39:55 +0000 |
commit | bf5a6e6e7e3a48fc0fd6e4042ddf1cf0cb9ac95b (patch) | |
tree | af94de4bcbc03a46119c3499e3236db0b39c6eb2 /slideshow/util | |
parent | dd09b67d2f45a0992325f211be07cf70619ad0d5 (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.pmk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/util/makefile.pmk b/slideshow/util/makefile.pmk index ac0b7f6f5..1d65698c9 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" |