Kaydet (Commit) 6fc89b66 authored tarafından Luboš Luňák's avatar Luboš Luňák

try to fix windows build

Change-Id: I7620d71fe34b5f7bbd9bf9bf63b634d85cdb4d6c
üst 749f7548
......@@ -12,6 +12,6 @@
include $(SRCDIR)/sw/ooxmlexport_setup.mk
# empty second argument (i.e. no 1)
$(call sw_ooxmlexport_test,)
$(eval $(call sw_ooxmlexport_test,))
# vim: set noet sw=4 ts=4:
......@@ -11,6 +11,6 @@
include $(SRCDIR)/sw/ooxmlexport_setup.mk
$(call sw_ooxmlexport_test,2)
$eval( $(call sw_ooxmlexport_test,2))
# vim: set noet sw=4 ts=4:
......@@ -11,6 +11,6 @@
include $(SRCDIR)/sw/ooxmlexport_setup.mk
$(call sw_ooxmlexport_test,3)
$eval( $(call sw_ooxmlexport_test,3))
# vim: set noet sw=4 ts=4:
......@@ -11,6 +11,6 @@
include $(SRCDIR)/sw/ooxmlexport_setup.mk
$(call sw_ooxmlexport_test,4)
$eval( $(call sw_ooxmlexport_test,4))
# vim: set noet sw=4 ts=4:
......@@ -11,6 +11,6 @@
include $(SRCDIR)/sw/ooxmlexport_setup.mk
$(call sw_ooxmlexport_test,5)
$eval( $(call sw_ooxmlexport_test,5))
# vim: set noet sw=4 ts=4:
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