diff options
author | Michael Meeks <mmeeks@openoffice.org> | 2004-10-08 07:46:50 +0000 |
---|---|---|
committer | Michael Meeks <mmeeks@openoffice.org> | 2004-10-08 07:46:50 +0000 |
commit | 3abb46401b3eee55c2724d73e039982bdb9162a3 (patch) | |
tree | 2257ab18d00535b28351243e76e2389d2bff259b /writerperfect | |
parent | ac183d89ed9064274ab38d15e1e4a776c2af556c (diff) |
Issue number: #i35022#
Submitted by: mmeeks
Reviewed by: mmeeks
Fix to install Mac .dylib, improve deps, remove libwpd_internal.h include.
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/prj/build.lst | 2 | ||||
-rw-r--r-- | writerperfect/prj/d.lst | 1 | ||||
-rw-r--r-- | writerperfect/source/stream/WPXSvStream.cxx | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/prj/build.lst b/writerperfect/prj/build.lst index 7dba181825f3..c2f19bc731ce 100644 --- a/writerperfect/prj/build.lst +++ b/writerperfect/prj/build.lst @@ -1,4 +1,4 @@ -wpft writerperfect : xmloff libwpd sot sfx2 NULL +wpft writerperfect : sfx2 libwpd sot svx comphelper NULL wpft writerperfect\source\stream nmake - all wpft_stream NULL wpft writerperfect\source\filter nmake - all wpft_filter NULL diff --git a/writerperfect/prj/d.lst b/writerperfect/prj/d.lst index 3f3493b405a9..e2b9c473fbdd 100644 --- a/writerperfect/prj/d.lst +++ b/writerperfect/prj/d.lst @@ -2,3 +2,4 @@ mkdir: %_DEST%\inc%_EXT%\libwpd ..\%__SRC%\misc\build\libwpd-0.8.0\src\lib\*.h %_DEST%\inc%_EXT%\libwpd\*.h ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so ..\%__SRC%\bin\*.dll %_DEST%\lib%_EXT%\*.dll +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib diff --git a/writerperfect/source/stream/WPXSvStream.cxx b/writerperfect/source/stream/WPXSvStream.cxx index dd7966d7c1b7..ff589cdc3a59 100644 --- a/writerperfect/source/stream/WPXSvStream.cxx +++ b/writerperfect/source/stream/WPXSvStream.cxx @@ -1,5 +1,4 @@ #include "WPXSvStream.h" -#include "libwpd_internal.h" #include <tools/stream.hxx> #include <unotools/streamwrap.hxx> |