From c84f0dae40b6f3e64a265efcc76b1757edbdbf45 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 7 Mar 2014 10:32:45 +0200 Subject: [PATCH] Blind Windows build fix Change-Id: Ib8403f199057bec926fe1da1bac5738046ccb245 --- shell/Module_shell.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index 5ef39e3a16bd..15ab84761029 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -101,9 +101,16 @@ ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP) $(eval $(call gb_Module_add_targets,shell,\ Executable_lngconvex \ Library_syssh \ +)) + +ifneq ($(OS),WNT) + +$(eval $(call gb_Module_add_targets,shell,\ StaticLibrary_xmlparser \ )) +endif + ifneq ($(filter-out MACOSX WNT,$(OS)),) $(eval $(call gb_Module_add_targets,shell,\