diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-11 22:48:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-11 22:49:21 +0100 |
commit | c1758889cbd5e8e4afb1044425c908715eb3e1cd (patch) | |
tree | ff58b017da12c009f0b17c067787d1dbbd52eb7a /lotuswordpro | |
parent | 4ffcc73fa25f174c2d1e161f02cce2d7afc15e3b (diff) |
Heavily simplified utl::ConfigManager.
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk | 7 | ||||
-rw-r--r-- | lotuswordpro/prj/build.lst | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk index 6b55f2b40790..362ca4d8ddc7 100644 --- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk +++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk @@ -67,9 +67,16 @@ $(eval $(call gb_CppunitTest_add_components,lotuswordpro_test_lotuswordpro,\ lotuswordpro/util/lwpfilter,\ )) +$(eval $(call gb_CppunitTest_add_old_components,lotuswordpro_test_lotuswordpro,\ + configmgr \ + ucb1 \ + ucpfile1 \ +)) + $(eval $(call gb_CppunitTest_set_args,lotuswordpro_test_lotuswordpro,\ --headless \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ + "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \ )) # we need to explicitly depend on library lwpft because it is not implied diff --git a/lotuswordpro/prj/build.lst b/lotuswordpro/prj/build.lst index f6c70c5971df..28f4d8466c73 100644 --- a/lotuswordpro/prj/build.lst +++ b/lotuswordpro/prj/build.lst @@ -1,2 +1,2 @@ -wp lotuswordpro : sfx2 sot svx comphelper BOOST:boost ure test NULL +wp lotuswordpro : sfx2 sot svx comphelper configmgr BOOST:boost ure test NULL wp lotuswordpro\prj nmake - all lwp_prj NULL |