Kaydet (Commit) b75ac42a authored tarafından Michael Stahl's avatar Michael Stahl

Repository.mk: some special executable names on WNT

üst 8422e18b
......@@ -76,10 +76,17 @@ $(eval $(call gb_Helper_register_executables,OOO,\
else
ifeq ($(OS_FOR_BUILD),WNT)
$(eval $(call gb_Helper_register_executables,OOO,\
soffice_bin \
unopkg_bin \
))
else
$(eval $(call gb_Helper_register_executables,OOO,\
soffice.bin \
unopkg.bin \
))
endif
ifeq ($(OS),MACOSX)
......
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