diff options
author | Kay Ramme <kr@openoffice.org> | 2001-05-08 08:41:02 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2001-05-08 08:41:02 +0000 |
commit | 62e804ea09147e054e63cc37f7ce806fe2a800e6 (patch) | |
tree | fc8303f943d163823e7a21d2cbbd9ccd39b209db /jurt/prj | |
parent | 73c4501bf4d1fe0f85899fa84a9663738432c082 (diff) |
type clean up
Diffstat (limited to 'jurt/prj')
-rw-r--r-- | jurt/prj/build.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jurt/prj/build.lst b/jurt/prj/build.lst index 4d38e8a37cee..a5292271e4ad 100644 --- a/jurt/prj/build.lst +++ b/jurt/prj/build.lst @@ -12,5 +12,6 @@ ju jurt\com\sun\star\lib\connections\socket nmake - all ju_con_sock ju_co_load 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_co_loader 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_env_java ju_prot_urp ju_servman ju_typdesman ju_urlres NULL + |