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

Build libtest on Windows, too

Doesn't as such work properly, as LibreOfficeKit doesn't work on
Windows yet. From Juergen Funk's https://gerrit.libreoffice.org/#/c/13017/ .

Change-Id: I685fddf0bada072e5dae485262b194b4fa5d26bc
üst 5e5cc470
...@@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_targets,smoketest,\ ...@@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_targets,smoketest,\
endif endif
endif endif
ifeq ($(OS),LINUX) ifneq ($(filter LINUX WNT,$(OS)),)
$(eval $(call gb_Module_add_check_targets,smoketest,\ $(eval $(call gb_Module_add_check_targets,smoketest,\
Executable_libtest \ Executable_libtest \
)) ))
......
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