diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-06-02 08:17:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-06-02 08:17:12 +0000 |
commit | 6ce9bc07f2cbae812bfb342a6e7482493120b8ed (patch) | |
tree | 32256ea175247b541cf2201a528e5ff9896834d7 /fileaccess/prj | |
parent | 57397a2d0504571a6e1352299d52d9265b9f68b2 (diff) |
#109684# Deliver more specifically.
Diffstat (limited to 'fileaccess/prj')
-rw-r--r-- | fileaccess/prj/d.lst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fileaccess/prj/d.lst b/fileaccess/prj/d.lst index a3c7dca9d182..7e14743499bf 100644 --- a/fileaccess/prj/d.lst +++ b/fileaccess/prj/d.lst @@ -1,6 +1,6 @@ ..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\* ..\%__SRC%\bin\*.rdb %_DEST%\rdb%_EXT%\* -..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT% ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\* ..\source\fileacc.xml %_DEST%\xml%_EXT%\fileacc.xml @@ -8,5 +8,3 @@ ..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx ..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h* -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" |