diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-07 10:32:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-07 10:32:45 +0200 |
commit | c84f0dae40b6f3e64a265efcc76b1757edbdbf45 (patch) | |
tree | 680be7f9accdd8bddbcabc3d707ea76fe3cb13c3 /shell/Module_shell.mk | |
parent | dc8bd784c526a0fffe2cc755f0ccf8bf27dcf654 (diff) |
Blind Windows build fix
Change-Id: Ib8403f199057bec926fe1da1bac5738046ccb245
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r-- | shell/Module_shell.mk | 7 |
1 files changed, 7 insertions, 0 deletions
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,\ |