diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 16:20:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 16:20:58 +0000 |
commit | 6b0c3ef99b23908cfe3057559fe74fa8c922398b (patch) | |
tree | 8677cb80a5c0152a8f7aee03b6ab6cc0bba4a1d2 /officecfg/prj | |
parent | 0f4a8becb467bd699ab2eb1f0532a6431a689579 (diff) |
INTEGRATION: CWS fwkbeta03 (1.12.212); FILE MERGED
2005/01/25 12:20:22 as 1.12.212.1: #i22205# new configuration to support sorted filter lists
Diffstat (limited to 'officecfg/prj')
-rw-r--r-- | officecfg/prj/build.lst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/officecfg/prj/build.lst b/officecfg/prj/build.lst index 5f2df6271ec2..2de7b4036eff 100644 --- a/officecfg/prj/build.lst +++ b/officecfg/prj/build.lst @@ -13,5 +13,6 @@ oc officecfg\registry\schema\org\openoffice\ucb nmake - all oc_reg_sc oc officecfg\registry\data\org\openoffice nmake - all oc_reg_data_ooo oc_helper oc_config oc_reg NULL oc officecfg\registry\data\org\openoffice\Office nmake - all oc_reg_data_ooo_office oc_helper oc_config oc_reg NULL oc officecfg\registry\data\org\openoffice\Office\UI nmake - all oc_reg_data_ooo_office_ui oc_helper oc_config oc_reg NULL +oc officecfg\registry\data\org\openoffice\TypeDetection nmake - all oc_reg_data_ooo_td oc_helper oc_config oc_reg NULL oc officecfg\registry\data\org\openoffice\ucb nmake - all oc_reg_data_ooo_ucb oc_helper oc_config oc_reg NULL -oc officecfg\util nmake - all oc_util oc_reg_schema oc_reg_schema_ooo oc_reg_schema_ooo_office oc_reg_schema_ooo_office_ui oc_reg_schema_ooo_td oc_reg_schema_ooo_ucb oc_reg_data_ooo oc_reg_data_ooo_office oc_reg_data_ooo_office_ui oc_reg_data_ooo_ucb NULL +oc officecfg\util nmake - all oc_util oc_reg_schema oc_reg_schema_ooo oc_reg_schema_ooo_office oc_reg_schema_ooo_office_ui oc_reg_schema_ooo_td oc_reg_schema_ooo_ucb oc_reg_data_ooo oc_reg_data_ooo_office oc_reg_data_ooo_office_ui oc_reg_data_ooo_td oc_reg_data_ooo_ucb NULL |