summaryrefslogtreecommitdiff
path: root/configmgr/prj
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2002-05-16 10:02:07 +0000
committerJörg Barfurth <jb@openoffice.org>2002-05-16 10:02:07 +0000
commit5f1c18bd05f95db585fd585c745d706639d1cf9a (patch)
treeb4d86300c3b2cdf6c4a079657ea7c810ff5d1f87 /configmgr/prj
parentcf02bbc455d459890f0a5ad4129594405ad49b7a (diff)
#98489# Add directory for new backend infrastructure
Diffstat (limited to 'configmgr/prj')
-rw-r--r--configmgr/prj/build.lst3
1 files changed, 2 insertions, 1 deletions
diff --git a/configmgr/prj/build.lst b/configmgr/prj/build.lst
index 8f44312d0ab0..ec739fa61d57 100644
--- a/configmgr/prj/build.lst
+++ b/configmgr/prj/build.lst
@@ -8,9 +8,10 @@ cg configmgr\source\data nmake - all cg_data cg_cppugen NULL
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\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_session cg_trcache cg_data cg_tree cg_treemgr cg_xml NULL
+cg configmgr\util nmake - all cg_util cg_api cg_api2 cg_cmdtools cg_misc cg_reg cg_session cg_trcache cg_data cg_tree cg_treemgr cg_xml cg_backend NULL