summaryrefslogtreecommitdiff
path: root/writerfilter/util
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich_strba@openoffice.org>2007-03-08 11:21:41 +0000
committerFridrich Štrba <fridrich_strba@openoffice.org>2007-03-08 11:21:41 +0000
commit32bd505604043ba86736e0af2c8ed5a12a3c3211 (patch)
tree0d5e8957160a9c2a58ea3fd3d5908fcbf0f60f11 /writerfilter/util
parent41fbe694b247d524b0f47c735a624cb651b29cf6 (diff)
Fixing the build
Diffstat (limited to 'writerfilter/util')
-rw-r--r--writerfilter/util/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/writerfilter/util/makefile.mk b/writerfilter/util/makefile.mk
index cc06a4c1255f..d5e886974c34 100644
--- a/writerfilter/util/makefile.mk
+++ b/writerfilter/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hbrinkm $ $Date: 2007-02-21 13:39:01 $
+# last change: $Author: fridrich_strba $ $Date: 2007-03-08 12:20:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -72,6 +72,7 @@ LIB2TARGET=$(SLB)$/$(TARGET2).lib
LIB2FILES= \
$(SLB)$/ooxml.lib \
$(SLB)$/doctok.lib \
+ $(SLB)$/rtftok.lib \
$(SLB)$/dmapper.lib \
$(SLB)$/filter.lib
@@ -81,6 +82,10 @@ SHL2LIBS=$(SLB)$/$(TARGET2).lib
SHL2TARGET=$(TARGET2)$(UPD)$(DLLPOSTFIX)
SHL2STDLIBS=\
$(I18NISOLANGLIB) \
+ $(SOTLIB) \
+ $(TOOLSLIB) \
+ $(UCBHELPERLIB) \
+ $(UNOTOOLSLIB) \
$(CPPUHELPERLIB) \
$(COMPHELPERLIB) \
$(CPPULIB) \