From ad12cd68084b792ab76e32accb5cd910fa252a68 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jan 2005 16:09:17 +0000 Subject: INTEGRATION: CWS impress23 (1.3.2); FILE MERGED 2004/12/08 13:43:40 thb 1.3.2.1: #i36214# Restructured animation and activities factory into several files, fixed some gcc wall complaints --- slideshow/util/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'slideshow/util') diff --git a/slideshow/util/makefile.mk b/slideshow/util/makefile.mk index 675aa200f7d9..b2247659c99d 100644 --- a/slideshow/util/makefile.mk +++ b/slideshow/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2004-11-26 19:24:56 $ +# last change: $Author: kz $ $Date: 2005-01-21 17:09:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,6 +80,8 @@ CDEFS+= -DVERBOSE LIB1TARGET=$(SLB)$/$(TARGET).lib LIB1FILES=\ $(SLB)$/transitions.lib \ + $(SLB)$/activities.lib \ + $(SLB)$/animationnodes.lib \ $(SLB)$/engine.lib \ $(SLB)$/api.lib -- cgit