diff options
author | Kevin Hendricks <khendricks@openoffice.org> | 2001-05-21 13:55:58 +0000 |
---|---|---|
committer | Kevin Hendricks <khendricks@openoffice.org> | 2001-05-21 13:55:58 +0000 |
commit | d8d5bb8f7fb47806ea3aa2629a40d0aad5b4ce4e (patch) | |
tree | df017cef44600d7f53bc3110ee8a6cf5dd8be6cf /lingucomponent/prj | |
parent | 02ed11be8b36fac493415faf553b3282c2a6210a (diff) |
fixing up deliver list to actually deliver shared library too
Kevin
Diffstat (limited to 'lingucomponent/prj')
-rw-r--r-- | lingucomponent/prj/d.lst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lingucomponent/prj/d.lst b/lingucomponent/prj/d.lst index 1c44006948c6..dae1c28f2a17 100644 --- a/lingucomponent/prj/d.lst +++ b/lingucomponent/prj/d.lst @@ -1,3 +1,9 @@ ..\%__SRC%\bin\*.dat %_DEST%\bin%_EXT%\*.dat ..\%__SRC%\bin\*.idx %_DEST%\bin%_EXT%\*.idx -..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so + +..\%__SRC%\bin\lth* %_DEST%\bin%_EXT%\lth* +..\%__SRC%\lib\ilth* %_DEST%\lib%_EXT%\ilth* +..\%__SRC%\lib\liblth.a %_DEST%\lib%_EXT%\liblth.a +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib +..\%__SRC%\lib\liblth*.so %_DEST%\lib%_EXT%\liblth*.so + |