[Libreoffice-commits] core.git: shell/Module_shell.mk

Tor Lillqvist tml at collabora.com
Fri Mar 7 00:33:10 PST 2014


 shell/Module_shell.mk |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit c84f0dae40b6f3e64a265efcc76b1757edbdbf45
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Mar 7 10:32:45 2014 +0200

    Blind Windows build fix
    
    Change-Id: Ib8403f199057bec926fe1da1bac5738046ccb245

diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 5ef39e3..15ab847 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,\


More information about the Libreoffice-commits mailing list