summaryrefslogtreecommitdiff
path: root/slideshow/util
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 18:24:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 18:24:56 +0000
commit737d4862a1568f619dfaa0c8bebef5f206c2c790 (patch)
tree4107becf50b0d50f76c2519ed290cb4bce850a8c /slideshow/util
parentb77630735fec5ab2f8e9879cae4fc7e1182b458b (diff)
INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/10/19 22:12:04 thb 1.2.2.4: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions 2004/08/05 20:01:51 thb 1.2.2.3: #110496# Added transitions subdir, therefore had to move headers out of source/engine into source/inc 2004/07/27 16:28:16 thb 1.2.2.2: #110496# Added generic export filter 2004/04/05 16:06:11 thb 1.2.2.1: Resync with canvas01 changes
Diffstat (limited to 'slideshow/util')
-rw-r--r--slideshow/util/makefile.mk27
1 files changed, 21 insertions, 6 deletions
diff --git a/slideshow/util/makefile.mk b/slideshow/util/makefile.mk
index 3cc043914e3d..675aa200f7d9 100644
--- a/slideshow/util/makefile.mk
+++ b/slideshow/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: thb $ $Date: 2004-03-18 10:44:39 $
+# last change: $Author: rt $ $Date: 2004-11-26 19:24:56 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,19 +79,34 @@ CDEFS+= -DVERBOSE
LIB1TARGET=$(SLB)$/$(TARGET).lib
LIB1FILES=\
- $(SLB)$/engine.lib \
+ $(SLB)$/transitions.lib \
+ $(SLB)$/engine.lib \
$(SLB)$/api.lib
SHL1TARGET=$(TARGET).uno
-SHL1STDLIBS= $(TOOLSLIB) $(CPPULIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(CPPUHELPERLIB) $(BASEGFXLIB) $(CANVASTOOLSLIB) $(CPPCANVASLIB)
-
-#SHL1VERSIONMAP=$(TARGET).map
+SHL1STDLIBS= $(TOOLSLIB) \
+ $(CPPULIB) \
+ $(SALLIB) \
+ $(VCLLIB) \
+ $(COMPHELPERLIB) \
+ $(CPPUHELPERLIB) \
+ $(BASEGFXLIB) \
+ $(CANVASTOOLSLIB) \
+ $(CPPCANVASLIB) \
+ $(UNOTOOLSLIB) \
+ $(GOODIESLIB) \
+ $(TKLIB)
SHL1IMPLIB=i$(TARGET)
SHL1LIBS=$(SLB)$/$(TARGET).lib
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
+.IF "$(OS)"=="MACOSX"
+.ELSE
+SHL1VERSIONMAP=exports.map
+.ENDIF
+
DEF1NAME=$(SHL1TARGET)
DEF1EXPORTFILE=exports.dxp