diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 13:52:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 13:52:16 +0000 |
commit | ad6b96d17f28660f017181c5232de911b522a265 (patch) | |
tree | d1f8590c33123f2c9824fe137b9f159c0ead0ac8 /configmgr/prj | |
parent | bcda4b456c67bf157d66a664955fa62067f32d53 (diff) |
INTEGRATION: CWS cfg04 (1.13.66); FILE MERGED
2004/02/26 13:16:46 ssmith 1.13.66.2: #114070# adding backendhelper
2003/12/10 17:14:28 ssmith 1.13.66.1: #114070# partial implementation
Diffstat (limited to 'configmgr/prj')
-rw-r--r-- | configmgr/prj/build.lst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configmgr/prj/build.lst b/configmgr/prj/build.lst index d06f880644ea..034270865525 100644 --- a/configmgr/prj/build.lst +++ b/configmgr/prj/build.lst @@ -8,10 +8,12 @@ cg configmgr\source\tree nmake - all cg_tree cg_cppugen NULL 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\backend nmake - all cg_backend cg_cppugen NULL +cg configmgr\source\backendhelper nmake - all cg_backendhelper 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 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_trcache cg_data cg_tree cg_treemgr cg_xml cg_backend cg_localbe NULL +cg configmgr\source\platformbe nmake - all cg_platformbe cg_cppugen NULL +cg configmgr\util nmake - all cg_util cg_platformbe cg_api cg_api2 cg_cmdtools cg_misc cg_reg cg_trcache cg_data cg_tree cg_treemgr cg_xml cg_backend cg_localbe NULL cg configmgr\source\localbe nmake - all cg_localbe cg_cppugen NULL |