summaryrefslogtreecommitdiff
path: root/writerfilter/prj
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/prj
parent41fbe694b247d524b0f47c735a624cb651b29cf6 (diff)
Fixing the build
Diffstat (limited to 'writerfilter/prj')
-rw-r--r--writerfilter/prj/build.lst4
-rw-r--r--writerfilter/prj/d.lst3
2 files changed, 5 insertions, 2 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
+