diff options
author | Jörg Barfurth <jb@openoffice.org> | 2001-07-20 11:08:09 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2001-07-20 11:08:09 +0000 |
commit | 760795c648f8c4d695170db7b25dfac808984f3d (patch) | |
tree | c5b992b810d8a577ca877527b23997eedc3886e6 /configmgr/prj | |
parent | 1cfc173d191bb6dc811e7ec52e9169e3835d4167 (diff) |
#90038# treemgr must depend on cppugen; cleaned up dependencies on other projects
Diffstat (limited to 'configmgr/prj')
-rw-r--r-- | configmgr/prj/build.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/prj/build.lst b/configmgr/prj/build.lst index dd9cd10fa442..771fbaa56848 100644 --- a/configmgr/prj/build.lst +++ b/configmgr/prj/build.lst @@ -1,4 +1,4 @@ -cg configmgr : unotools NULL +cg configmgr : comphelper cppuhelper vos drafts NULL cg configmgr usr1 - all cg_mkout NULL cg configmgr\source\cmdtools nmake - all cg_cmdtools NULL cg configmgr\source\cppugen nmake - all cg_cppugen NULL @@ -9,6 +9,6 @@ cg configmgr\source\treecache nmake - all cg_trcache cg_cppugen NULL cg configmgr\source\xml nmake - all cg_xml cg_cppugen NULL cg configmgr\source\api nmake - all cg_api cg_cppugen NULL cg configmgr\source\api2 nmake - all cg_api2 cg_cppugen NULL -cg configmgr\source\treemgr nmake - all cg_treemgr NULL +cg configmgr\source\treemgr nmake - all cg_treemgr cg_cppugen NULL cg configmgr\source\registry nmake - all cg_reg cg_cppugen NULL cg configmgr\util nmake - all cg_util cg_api cg_api2 cg_cmdtools cg_misc cg_reg cg_session cg_trcache cg_tree cg_treemgr cg_xml NULL |