Blind Windows build fix

Change-Id: Ib8403f199057bec926fe1da1bac5738046ccb245
This commit is contained in:
Tor Lillqvist
2014-03-07 10:32:45 +02:00
parent dc8bd784c5
commit c84f0dae40

View File

@@ -101,9 +101,16 @@ ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
$(eval $(call gb_Module_add_targets,shell,\ $(eval $(call gb_Module_add_targets,shell,\
Executable_lngconvex \ Executable_lngconvex \
Library_syssh \ Library_syssh \
))
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,shell,\
StaticLibrary_xmlparser \ StaticLibrary_xmlparser \
)) ))
endif
ifneq ($(filter-out MACOSX WNT,$(OS)),) ifneq ($(filter-out MACOSX WNT,$(OS)),)
$(eval $(call gb_Module_add_targets,shell,\ $(eval $(call gb_Module_add_targets,shell,\