From 5cb9247abfd00a50c8cfbadaf324c9b25bbdf99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 10 Jun 2011 15:07:51 +0100 Subject: [PATCH] try .res runtime depend the other route --- starmath/CppunitTest_starmath_qa_cppunit.mk | 3 +-- sw/CppunitTest_sw_test_filters.mk | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index 9d0cd32c46d7..0f4606a2064e 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -44,8 +44,7 @@ $(eval $(call gb_CppunitTest_add_library_objects,starmath_qa_cppunit,\ sm \ )) -$(call gb_CppunitTest_get_target,starmath_qa_cppunit) : \ - $(call gb_AllLangResTarget_get_target,starmath) +$(call gb_CxxObject_get_target,starmath/qa/cppunit/test_starmath): $(WORKDIR)/AllLangRes/sm $(eval $(call gb_CppunitTest_add_linked_libs,starmath_qa_cppunit,\ comphelper \ diff --git a/sw/CppunitTest_sw_test_filters.mk b/sw/CppunitTest_sw_test_filters.mk index 3b0e589a0e85..15b3f7a5e9eb 100644 --- a/sw/CppunitTest_sw_test_filters.mk +++ b/sw/CppunitTest_sw_test_filters.mk @@ -33,6 +33,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_filters_test, \ sw/qa/core/filters-test \ )) +$(call gb_CxxObject_get_target,sw/qa/core/filters-test): $(WORKDIR)/AllLangRes/sw + $(eval $(call gb_CppunitTest_add_linked_libs,sw_filters_test, \ sw \ sfx \ @@ -69,9 +71,6 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,sw_filters_test,\ sw_filters_test \ )) -$(call gb_CppunitTest_get_target,sw_filters_test) : \ - $(call gb_AllLangResTarget_get_target,sw) - $(eval $(call gb_CppunitTest_set_args,sw_filters_test,\ --headless \ --invisible \