From b1a4afa3b45d7b256eaf5aa88497b092f0139c84 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 20 Dec 2012 14:58:13 +0100 Subject: Always have UNO_SERVICES/TYPES set in in-build uno ini file ...so that 16f856a5ca827602362692907dfcf287aa91602e "Adapt climaker to cppu::bootstrap_InitialComponentContext removal" does not fail. Starting uno processes from within the build should thus use URE_MORE_SERVICES/TYPES now, too. Change-Id: I0a7cfacc804814a2688e54275ebc3e39540d307c --- cppuhelper/source/unorc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cppuhelper') diff --git a/cppuhelper/source/unorc b/cppuhelper/source/unorc index 0d97677aeb49..4fa609a48b0e 100644 --- a/cppuhelper/source/unorc +++ b/cppuhelper/source/unorc @@ -18,3 +18,5 @@ [Bootstrap] URE_INTERNAL_LIB_DIR=${ORIGIN} +UNO_SERVICES=${ORIGIN}/../xml/ure/services.rdb ${URE_MORE_SERVICES} +UNO_TYPES=${ORIGIN}/../bin/ure/types.rdb ${URE_MORE_TYPES} -- cgit