diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:45:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:45:55 +0000 |
commit | 33e3e4369fa5aaf28375c7fd4fa440709bfd74ce (patch) | |
tree | c96566db10fc7af9deeee3bde2ffc11cde2443ce /slideshow/util | |
parent | b05a9213af43f9f4880068287d3ebc1502681266 (diff) |
INTEGRATION: CWS presenterview (1.8.6); FILE MERGED
2008/03/26 10:48:59 cl 1.8.6.2: RESYNC: (1.8-1.10); FILE MERGED
2008/01/09 18:14:04 cl 1.8.6.1: #i15900# moved slideshow api to offapi
Diffstat (limited to 'slideshow/util')
-rw-r--r-- | slideshow/util/makefile.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/slideshow/util/makefile.mk b/slideshow/util/makefile.mk index 75459d8035d5..c1c2ddee8b4c 100644 --- a/slideshow/util/makefile.mk +++ b/slideshow/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: kz $ $Date: 2008-03-07 17:03:21 $ +# last change: $Author: kz $ $Date: 2008-04-03 15:45:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -59,10 +59,6 @@ LIB1FILES=\ $(SLB)$/slide.lib \ $(SLB)$/engine.lib -.IF "$(debug)"!="" || "$(DEBUG)"!="" -LIB1FILES += $(SLB)$/api.lib -.ENDIF - SHL1TARGET=$(TARGET).uno SHL1STDLIBS= $(TOOLSLIB) \ |