From b0bcadf62a631b6cce5a5188f8018f266e1b99ee Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 14 Mar 2013 15:44:31 +0100 Subject: Windows oleautobridge depends on ATL Change-Id: I94b43b03f742da7c6c8cf2e6a60ed305c1395fa7 --- basic/CppunitTest_basic_vba.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basic') diff --git a/basic/CppunitTest_basic_vba.mk b/basic/CppunitTest_basic_vba.mk index 8b8d7adba89f..25f41f34e8e4 100644 --- a/basic/CppunitTest_basic_vba.mk +++ b/basic/CppunitTest_basic_vba.mk @@ -60,8 +60,8 @@ $(eval $(call gb_CppunitTest_use_ure,basic_vba)) $(eval $(call gb_CppunitTest_use_components,basic_vba,\ configmgr/source/configmgr \ i18npool/util/i18npool \ - $(if $(filter $(OS),WNT), \ - extensions/source/ole/oleautobridge) \ + $(if $(DISABLE_ATL),,$(if $(filter $(OS),WNT), \ + extensions/source/ole/oleautobridge)) \ )) $(eval $(call gb_CppunitTest_use_configuration,basic_vba)) -- cgit