[Libreoffice-commits] .: sc/CppunitTest_sc_test_filters.mk sc/prj

Michael Meeks michael at kemper.freedesktop.org
Mon Sep 5 03:08:37 PDT 2011


 sc/CppunitTest_sc_test_filters.mk |    2 +-
 sc/prj/build.lst                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 49c83f01357811dc0c4928f17ceaa516f24990d3
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Mon Sep 5 11:08:38 2011 +0100

    add officecfg dependency, and (hopefully) a fix for windows URLs

diff --git a/sc/CppunitTest_sc_test_filters.mk b/sc/CppunitTest_sc_test_filters.mk
index 8f700bb..85e7f46 100644
--- a/sc/CppunitTest_sc_test_filters.mk
+++ b/sc/CppunitTest_sc_test_filters.mk
@@ -94,7 +94,7 @@ $(eval $(call gb_CppunitTest_set_args,sc_filters_test,\
     --headless \
     --invisible \
     --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
-    -env:OOO_CONFIG_REGISTRY_DIR=file://$(OUTDIR)/xml/registry \
+    -env:OOO_CONFIG_REGISTRY_DIR=$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) \
 ))
 
 $(eval $(call gb_RdbTarget_RdbTarget,sc_filters_test))
diff --git a/sc/prj/build.lst b/sc/prj/build.lst
index b2c1b77..7f48e14 100644
--- a/sc/prj/build.lst
+++ b/sc/prj/build.lst
@@ -1,2 +1,2 @@
-sc      sc      :       filter TRANSLATIONS:translations vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt unoxml ure test xmloff desktop ucb package configmgr NULL
+sc      sc      :       filter TRANSLATIONS:translations vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt unoxml ure test xmloff desktop ucb package configmgr officecfg NULL
 sc sc\prj nmake - all sc_prj   NULL


More information about the Libreoffice-commits mailing list