summaryrefslogtreecommitdiff
path: root/svx/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:42:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:42:19 +0000
commitd2d53dbbe83d63e277ce763dbc32f2335febbdc5 (patch)
tree7da496d4814c252b69b2a9060277bb53a7f944cd /svx/util
parenteae338bc6d29c5de095af729f9baecbb37e32bd2 (diff)
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
Diffstat (limited to 'svx/util')
-rw-r--r--svx/util/makefile.mk11
1 files 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)