From b0ddd564c178e0d61040d7b059dccc10e031532d Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 22 Sep 2011 12:48:27 +0200 Subject: Fix manifest creation in the MinGW case (and hopefully not breaking native). --- desktop/Executable_soffice.bin.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop/Executable_soffice.bin.mk') diff --git a/desktop/Executable_soffice.bin.mk b/desktop/Executable_soffice.bin.mk index d9b5f21615fa..aec58c5ab504 100644 --- a/desktop/Executable_soffice.bin.mk +++ b/desktop/Executable_soffice.bin.mk @@ -76,7 +76,6 @@ $(eval $(call gb_Executable_add_noexception_objects,$(sofficebin),\ # the resulting executable is called soffice_bin.exe, copy it to soffice.bin $(eval $(call gb_Package_Package,$(sofficebin),$(OUTDIR)/bin)) $(eval $(call gb_Package_add_file,$(sofficebin),bin/soffice.bin,$(sofficebin).exe)) -$(eval $(call gb_Package_add_file,$(sofficebin),bin/soffice.bin.manifest,$(sofficebin).exe.manifest)) endif -- cgit