summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/CppunitTest_basic_scanner.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/basic/CppunitTest_basic_scanner.mk b/basic/CppunitTest_basic_scanner.mk
index bf8237c48b37..0e18e51b2c1c 100644
--- a/basic/CppunitTest_basic_scanner.mk
+++ b/basic/CppunitTest_basic_scanner.mk
@@ -25,6 +25,12 @@ $(eval $(call gb_CppunitTest_add_linked_libs,basic_scanner, \
$(gb_STDLIBS) \
))
+ifeq ($(GUI),WNT)
+$(eval $(call gb_CppunitTest_add_linked_libs,basic_scanner, \
+ oleaut32 \
+))
+endif
+
$(eval $(call gb_CppunitTest_set_include,basic_scanner,\
-I$(realpath $(SRCDIR)/basic/source/inc) \
-I$(realpath $(SRCDIR)/basic/inc) \