diff options
author | Gene Anaya <ganaya@openoffice.org> | 2001-03-22 17:28:29 +0000 |
---|---|---|
committer | Gene Anaya <ganaya@openoffice.org> | 2001-03-22 17:28:29 +0000 |
commit | d18f57fa8c51125750142fbee52cc29070e7af2c (patch) | |
tree | 11838e4a7fd5fcc034613b322fc334d54df4b318 | |
parent | fc8024d00256f45d4300ff0c1e5c72c9716437b6 (diff) |
Add MacOSX dylib
-rw-r--r-- | xmloff/prj/d.lst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/prj/d.lst b/xmloff/prj/d.lst index d8b11edc19e2..9a2d0e340c6f 100644 --- a/xmloff/prj/d.lst +++ b/xmloff/prj/d.lst @@ -105,6 +105,7 @@ hedabu: ..\inc\DocumentSettingsContext.hxx %_DEST%inc%_EXT%\xmloff\DocumentSetti ..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib ..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx ..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h* +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi" |