Kaydet (Commit) c84f0dae authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Blind Windows build fix

Change-Id: Ib8403f199057bec926fe1da1bac5738046ccb245
üst dc8bd784
......@@ -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,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment