summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--writerfilter/prj/build.lst4
-rw-r--r--writerfilter/prj/d.lst3
-rw-r--r--writerfilter/util/makefile.mk9
3 files changed, 12 insertions, 4 deletions
diff --git a/writerfilter/prj/build.lst b/writerfilter/prj/build.lst
index 05b7d115d24b..5e0b21760a1b 100644
--- a/writerfilter/prj/build.lst
+++ b/writerfilter/prj/build.lst
@@ -15,6 +15,6 @@ wf writerfilter\source\odiapi\qname nmake - all wf_qname NULL
wf writerfilter\source\odiapi\props nmake - all wf_odiapiprops wf_qname NULL
wf writerfilter\source\odiapi\xxml nmake - all wf_odiapixxml wf_odiapiprops wf_qname NULL
wf writerfilter\source\odiapi\sl nmake - all wf_odiapisl wf_odiapixxml wf_odiapiprops wf_qname NULL
-wf writerfilter\source\filter nmake - all wf_filter wf_doctok wf_ooxml NULL
-wf writerfilter\source\dmapper nmake - all wf_dmapper wf_doctok wf_ooxml NULL
+wf writerfilter\source\filter nmake - all wf_filter wf_doctok wf_ooxml wf_rtftok NULL
+wf writerfilter\source\dmapper nmake - all wf_dmapper wf_doctok wf_ooxml wf_rtftok NULL
wf writerfilter\util nmake - all wf_odiapi wf_odiapisl wf_odiapixxml wf_odiapiprops wf_qname wf_odiapicore wf_filter wf_dmapper NULL
diff --git a/writerfilter/prj/d.lst b/writerfilter/prj/d.lst
index 5e8590094791..0ad5cddda8f2 100644
--- a/writerfilter/prj/d.lst
+++ b/writerfilter/prj/d.lst
@@ -1,2 +1,5 @@
..\%__SRC%\bin\*.exe %_DEST%\bin%_EXT%\*.exe
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll
+..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so
+..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
+
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) \