summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:37:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:37:27 +0000
commit0f30f77853ea5447fb3330418a5e06bba51be866 (patch)
tree77ef8c0e2e4f220e5a6bd486cf436040d67ca1e1
parent5eeb68fe9b77c7963b0e2e0ab6b6fa78f3a6d459 (diff)
INTEGRATION: CWS presentationengine01 (1.27.14); FILE MERGED
2004/10/12 23:32:45 thb 1.27.14.10: RESYNC: (1.33-1.35); FILE MERGED 2004/09/03 15:09:14 thb 1.27.14.9: #110496# Clearing the XSlideShowView is now performed here, need cppcanvas tools for that 2004/09/02 14:47:52 cl 1.27.14.8: moved new slideshow to own folder 2004/08/23 12:40:55 thb 1.27.14.7: RESYNC: (1.31-1.33); FILE MERGED 2004/07/23 15:23:35 thb 1.27.14.6: RESYNC: (1.30-1.31); FILE MERGED 2004/07/07 01:40:59 thb 1.27.14.5: RESYNC: (1.27-1.30); FILE MERGED 2004/06/14 11:36:07 cl 1.27.14.4: renamed animations to animui 2004/06/02 15:26:42 cl 1.27.14.3: clean up makefile 2004/05/04 14:48:43 cl 1.27.14.2: added initial smil ui 2004/04/14 10:15:59 cl 1.27.14.1: new smile api
-rw-r--r--sd/util/makefile.mk13
1 files changed, 9 insertions, 4 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk
index ba92729a6fc6..2a917ad0490a 100644
--- a/sd/util/makefile.mk
+++ b/sd/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.35 $
+# $Revision: 1.36 $
#
-# last change: $Author: kz $ $Date: 2004-10-04 18:49:08 $
+# last change: $Author: rt $ $Date: 2004-11-26 20:37:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -82,8 +82,9 @@ RESLIB1SRSFILES=\
$(SRS)$/core.srs \
$(SRS)$/html.srs \
$(SRS)$/sdslots.srs \
- $(SRS)$/accessibility.srs \
+ $(SRS)$/accessibility.srs \
$(SRS)$/notes.srs \
+ $(SRS)$/animui.srs \
$(SOLARCOMMONRESDIR)$/sfx.srs
# --- StarDraw DLL
@@ -103,6 +104,7 @@ SHL1STDLIBS+= \
$(SVXLIB) \
$(SFXLIB) \
$(BASICLIB) \
+ $(CPPCANVASLIB) \
$(BASEGFXLIB) \
$(GOODIESLIB) \
$(SVTOOLLIB) \
@@ -162,6 +164,8 @@ LIB3FILES= \
$(SLB)$/html.lib \
$(SLB)$/filter.lib \
$(SLB)$/unoidl.lib \
+ $(SLB)$/ppt.lib \
+ $(SLB)$/animui.lib \
$(SLB)$/accessibility.lib \
$(SLB)$/toolpanel.lib \
$(SLB)$/uitools.lib \
@@ -171,7 +175,8 @@ LIB3FILES= \
$(SLB)$/slsview.lib \
$(SLB)$/slscontroller.lib \
$(SLB)$/slscache.lib \
- $(SLB)$/notes.lib
+ $(SLB)$/notes.lib \
+ $(SLB)$/slideshow.lib
# sdd