From d2d53dbbe83d63e277ce763dbc32f2335febbdc5 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 12:42:19 +0000 Subject: INTEGRATION: CWS smarttags3 (1.48.22); FILE MERGED 2007/05/25 11:57:17 fme 1.48.22.4: RESYNC: (1.49-1.50); FILE MERGED 2007/05/24 07:35:43 fme 1.48.22.3: #i75130# New smrt tag API - resync - move libs 2007/05/22 14:34:24 fme 1.48.22.2: RESYNC: (1.48-1.49); FILE MERGED 2007/04/17 08:29:58 fme 1.48.22.1: #i75130# New Smart Tag API --- svx/util/makefile.mk | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk index 39f731d41c2a..5b82035cf158 100644 --- a/svx/util/makefile.mk +++ b/svx/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.51 $ +# $Revision: 1.52 $ # -# last change: $Author: ihi $ $Date: 2007-06-05 14:38:08 $ +# last change: $Author: hr $ $Date: 2007-06-27 13:42:19 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -78,7 +78,8 @@ LIB2FILES=\ $(SLB)$/options.lib \ $(SLB)$/stbctrls.lib \ $(SLB)$/tbxctrls.lib \ - $(SLB)$/unoedit.lib + $(SLB)$/unoedit.lib \ + $(SLB)$/smarttags.lib LIB3TARGET= $(SLB)$/$(TARGET)_3.lib LIB3FILES=\ @@ -91,7 +92,7 @@ LIB3FILES=\ $(SLB)$/properties.lib \ $(SLB)$/contact.lib \ $(SLB)$/mixer.lib \ - $(SLB)$/event.lib + $(SLB)$/event.lib LIB4TARGET= $(SLB)$/$(TARGET)_4.lib LIB4FILES=\ @@ -180,7 +181,7 @@ SHL2STDLIBS= \ $(JVMFWKLIB) \ $(ICUUCLIB) -.IF "$(GUI)"=="WNT" +.IF "$(GUI)"=="WNT" SHL2STDLIBS+= \ $(SHLWAPILIB) \ $(ADVAPI32LIB) -- cgit