diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-03-16 13:17:40 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-03-16 13:17:40 +0000 |
commit | 8c4e352db7abb85b774a7a6d9d7ad5c959ba3aed (patch) | |
tree | 7954a681c8c420b4673b7a77f773def0e05b5e5c | |
parent | 3682571c782889c14a5f8ebecbce9e442638a0e8 (diff) |
Brought up to date.
-rw-r--r-- | ucb/prj/build.lst | 24 | ||||
-rw-r--r-- | uui/prj/build.lst | 8 |
2 files changed, 16 insertions, 16 deletions
diff --git a/ucb/prj/build.lst b/ucb/prj/build.lst index e8d135d03fff..edefe9e96ec4 100644 --- a/ucb/prj/build.lst +++ b/ucb/prj/build.lst @@ -1,13 +1,13 @@ -uc ucb : comphelper svtools tools ucbhelper NULL +uc ucb : external sal vos cppu cppuhelper comphelper ucbhelper NULL uc ucb usr1 - all uc_mkout NULL -uc ucb\unotypes nmake - all uc_unotypes NULL -uc ucb\source\regexp nmake - all uc_regexp uc_unotypes NULL -uc ucb\source\core nmake - all uc_core uc_regexp uc_unotypes NULL -uc ucb\source\main nmake - all uc_main uc_core uc_unotypes NULL -uc ucb\source\cacher nmake - all uc_cacher uc_main uc_unotypes NULL -uc ucb\source\sorter nmake - all uc_sorter uc_cacher uc_unotypes NULL -uc ucb\source\ucp\file nmake - all uc_file uc_sorter uc_unotypes NULL -uc ucb\source\ucp\hierarchy nmake - all uc_hierarchy uc_file uc_unotypes NULL -uc ucb\source\ucp\remote nmake - all uc_remote uc_hierarchy uc_unotypes NULL -uc ucb\source\ucp\webdav nmake - all uc_webdav uc_remote uc_unotypes NULL -uc ucb\source\ucp\package nmake - all uc_package uc_unotypes NULL +uc ucb\unotypes nmake - all uc_unotypes NULL +uc ucb\source\regexp nmake - all uc_regexp uc_unotypes NULL +uc ucb\source\core nmake - all uc_core uc_regexp uc_unotypes NULL +uc ucb\source\main nmake - all uc_main uc_unotypes NULL +uc ucb\source\cacher nmake - all uc_cacher uc_unotypes NULL +uc ucb\source\sorter nmake - all uc_sorter uc_unotypes NULL +uc ucb\source\ucp\file nmake - all uc_file uc_unotypes NULL +uc ucb\source\ucp\hierarchy nmake - all uc_hierarchy uc_unotypes NULL +uc ucb\source\ucp\remote nmake - all uc_remote uc_regexp uc_unotypes NULL +uc ucb\source\ucp\webdav nmake - all uc_webdav uc_unotypes NULL +uc ucb\source\ucp\package nmake - all uc_package uc_unotypes NULL diff --git a/uui/prj/build.lst b/uui/prj/build.lst index 652fa62b5cb6..f450a2adf451 100644 --- a/uui/prj/build.lst +++ b/uui/prj/build.lst @@ -1,5 +1,5 @@ -uu uui : svtools NULL +uu uui : sal cppu cppuhelper tools svtools vcl NULL uu uui usr1 - all uu_mkout NULL -uu uui\unotypes nmake - all uu_unotypes NULL -uu uui\source nmake - all uu_source uu_unotypes NULL -uu uui\util nmake - all uu_util uu_source NULL +uu uui\unotypes nmake - all uu_unotypes NULL +uu uui\source nmake - all uu_source uu_unotypes NULL +uu uui\util nmake - all uu_util uu_source NULL |