summaryrefslogtreecommitdiff
path: root/configmgr/prj
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2002-02-11 13:58:31 +0000
committerJörg Barfurth <jb@openoffice.org>2002-02-11 13:58:31 +0000
commit28d23676dfbbfcfd2dc1526844b7cca65a4ca0fc (patch)
treef6f9395063621bca01eb76ff0d6d0e605532fddc /configmgr/prj
parent9d823d33e934a120cfcf93580c7f2474452a072e (diff)
#91896# Support sharable memory & data structures
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 d67ddb458af4..8f44312d0ab0 100644
--- a/configmgr/prj/build.lst
+++ b/configmgr/prj/build.lst
@@ -4,6 +4,7 @@ cg configmgr\source\cmdtools nmake - all cg_cmdtools NULL
cg configmgr\source\cppugen nmake - all cg_cppugen NULL
cg configmgr\source\misc nmake - all cg_misc cg_cppugen NULL
cg configmgr\source\session nmake - all cg_session cg_cppugen NULL
+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
@@ -11,5 +12,5 @@ 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_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 NULL