diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 11:41:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-26 11:41:32 +0000 |
commit | 44bf5dacd75eec3d27acf9590a29ce49a3b585cf (patch) | |
tree | d4bf189a381cfc27c683a3f105927c66a63fa0e9 /jurt/prj | |
parent | b7ea5b0ca567c0ce8272148244e4579dcec548a7 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'jurt/prj')
-rw-r--r-- | jurt/prj/build.lst | 4 | ||||
-rw-r--r-- | jurt/prj/d.lst | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/jurt/prj/build.lst b/jurt/prj/build.lst index 7c0a2740917a..0d8e4a89b2af 100644 --- a/jurt/prj/build.lst +++ b/jurt/prj/build.lst @@ -10,9 +10,11 @@ ju jurt\com\sun\star\lib\uno\environments\remote nmake - all ju_env_remote ju_e ju jurt\com\sun\star\lib\uno\protocols\urp nmake - all ju_prot_urp ju_env_remote NULL ju jurt\com\sun\star\lib\uno\bridges\java_remote nmake - all ju_brid_jrm ju_co_loader ju_env_remote NULL ju jurt\com\sun\star\lib\connections\socket nmake - all ju_con_sock ju_co_loader NULL +ju jurt\com\sun\star\lib\connections\pipe nmake - all ju_con_pipe ju_co_loader NULL 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 ju_co_loader NULL ju jurt\com\sun\star\comp\typedescriptionmanager nmake - all ju_typdesman ju_uno NULL ju jurt\com\sun\star\comp\urlresolver nmake - all ju_urlres ju_uno ju_co_loader NULL -ju jurt\util nmake - all ju_ut ju_brid_jrm ju_co_bfactr ju_con ju_con_sock ju_cssl_uno ju_env_java ju_prot_urp ju_servman ju_typdesman ju_urlres NULL +ju jurt\source\pipe nmake - all ju_src_pipe 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_typdesman ju_urlres ju_src_pipe NULL diff --git a/jurt/prj/d.lst b/jurt/prj/d.lst index 6658abcf919a..7c903e679eb7 100644 --- a/jurt/prj/d.lst +++ b/jurt/prj/d.lst @@ -1,4 +1,9 @@ ..\%__SRC%\class\jurt.jar %_DEST%\bin%_EXT%\jurt.jar +..\%__SRC%\bin\jpipe*.dll %_DEST%\bin%_EXT%\jpipe*.dll +..\%__SRC%\lib\libjpipe*.so %_DEST%\lib%_EXT%\libjpipe*.so +..\%__SRC%\lib\libjpipe*.dylib %_DEST%\lib%_EXT%\libjpipe*.dylib + +..\%__SRC%\bin\jurt_src.zip %COMMON_DEST%\bin%_EXT%\jurt_src.zip ..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib ..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx |