diff options
author | sb <sb@openoffice.org> | 2010-04-16 16:24:56 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-04-16 16:24:56 +0200 |
commit | 462d351e9d4038ebad0fa11c8c77106a3b7bd3c9 (patch) | |
tree | b143066a3f6b261c544712c0a3dbb710e058a99a /jurt/prj | |
parent | 640a983fa652a2d1558cd506fca2c92d6093967a (diff) |
sb120: #i110944# jpipe.dll wrapper around jpipx.dll
Diffstat (limited to 'jurt/prj')
-rw-r--r-- | jurt/prj/build.lst | 1 | ||||
-rw-r--r-- | jurt/prj/d.lst | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/jurt/prj/build.lst b/jurt/prj/build.lst index f3d498b8cdd6..9b9b722bc3ae 100644 --- a/jurt/prj/build.lst +++ b/jurt/prj/build.lst @@ -15,4 +15,5 @@ ju jurt\com\sun\star\comp\connections nmake - all ju_con ju_co_loader NULL ju jurt\com\sun\star\comp\servicemanager nmake - all ju_servman NULL ju jurt\com\sun\star\comp\urlresolver nmake - all ju_urlres ju_co_loader NULL ju jurt\source\pipe nmake - all ju_src_pipe NULL +ju jurt\source\pipe\wrapper nmake - w ju_src_pipe_wrapper NULL ju jurt\util nmake - all ju_ut ju_brid_jrm ju_co_bfactr ju_con ju_con_sock ju_con_pipe ju_cssl_uno ju_env_java ju_prot_urp ju_servman ju_urlres ju_src_pipe ju_libutil ju_uno NULL diff --git a/jurt/prj/d.lst b/jurt/prj/d.lst index 5223fe2fe5ee..848435f61138 100644 --- a/jurt/prj/d.lst +++ b/jurt/prj/d.lst @@ -1,5 +1,6 @@ ..\%__SRC%\class\jurt.jar %_DEST%\bin%_EXT%\jurt.jar -..\%__SRC%\bin\jpipe*.dll %_DEST%\bin%_EXT%\jpipe*.dll +..\%__SRC%\bin\jpipe.dll %_DEST%\bin%_EXT%\jpipe.dll +..\%__SRC%\bin\jpipx.dll %_DEST%\bin%_EXT%\jpipx.dll ..\%__SRC%\lib\libjpipe*.so %_DEST%\lib%_EXT%\libjpipe*.so ..\%__SRC%\lib\libjpipe*.dylib %_DEST%\lib%_EXT%\libjpipe*.dylib |