diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-09-05 11:08:38 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-09-05 11:09:09 +0100 |
commit | 49c83f01357811dc0c4928f17ceaa516f24990d3 (patch) | |
tree | 7e87e995a2376384575e73e53b80f755c08be047 | |
parent | a234cec9f67ff9eae21e1fe1030ec2d2442a51f9 (diff) |
add officecfg dependency, and (hopefully) a fix for windows URLs
-rw-r--r-- | sc/CppunitTest_sc_test_filters.mk | 2 | ||||
-rw-r--r-- | sc/prj/build.lst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/CppunitTest_sc_test_filters.mk b/sc/CppunitTest_sc_test_filters.mk index 8f700bb40899..85e7f462bf38 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 b2c1b774fab4..7f48e14a4dd4 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 |