From 056b9b45bf94bf5c362d8409c5919a6565d2922d Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 3 May 2012 13:09:49 +0200 Subject: revert delivery of soffice.bin.manifest Okay, I give up. This obviously still does not work on Windows, but it does on MinGW when I try to simulate it. Change-Id: I9f2d7114df0498d5cc3a71431aacc7e49a5a78fd --- desktop/Package_soffice_bin.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'desktop/Package_soffice_bin.mk') diff --git a/desktop/Package_soffice_bin.mk b/desktop/Package_soffice_bin.mk index 04378d7d874c..249748ff346c 100644 --- a/desktop/Package_soffice_bin.mk +++ b/desktop/Package_soffice_bin.mk @@ -29,10 +29,4 @@ $(eval $(call gb_Package_Package,desktop_soffice_bin,$(gb_Executable_BINDIR))) $(eval $(call gb_Package_add_file,desktop_soffice_bin,bin/soffice.bin,soffice_bin$(gb_Executable_EXT))) -ifeq ($(COM),MSC) -$(eval $(call gb_Package_add_file,desktop_soffice_bin,bin/soffice.bin.manifest,soffice_bin$(gb_Executable_EXT).manifest)) -endif - -$(call gb_Package_get_preparation_target,desktop_soffice_bin) :| $(call gb_Executable_get_target,soffice_bin) - # vim: set shiftwidth=4 tabstop=4 noexpandtab: -- cgit