diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-10-11 07:56:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-10-11 07:56:07 +0000 |
commit | 96942f8cea705a41b47a4243e12f065427eb697e (patch) | |
tree | 34692e0033b626f893fb25fcf1d6d23efbd38ac9 | |
parent | 9394f39cc4008135efa569b9cd33dc7bc2d0c60d (diff) |
INTEGRATION: CWS presfixes08 (1.4.30); FILE MERGED
2005/09/01 09:24:48 dbo 1.4.30.1: sp_debug.cxx left over only for debugging purposes in api.lib
Issue number:
Submitted by:
Reviewed by:
-rw-r--r-- | slideshow/util/makefile.mk | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/slideshow/util/makefile.mk b/slideshow/util/makefile.mk index e196162a9ce9..910ce8bd1105 100644 --- a/slideshow/util/makefile.mk +++ b/slideshow/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-07 21:26:26 $ +# last change: $Author: obo $ $Date: 2005-10-11 08:56:07 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -55,8 +55,11 @@ LIB1FILES=\ $(SLB)$/transitions.lib \ $(SLB)$/activities.lib \ $(SLB)$/animationnodes.lib \ - $(SLB)$/engine.lib \ - $(SLB)$/api.lib + $(SLB)$/engine.lib + +.IF "$(debug)"!="" || "$(DEBUG)"!="" +LIB1FILES += $(SLB)$/api.lib +.ENDIF SHL1TARGET=$(TARGET).uno |