summaryrefslogtreecommitdiffstats
path: root/desktop/Package_soffice_bin.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-03 13:09:49 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-03 13:12:05 +0200
commit056b9b45bf94bf5c362d8409c5919a6565d2922d (patch)
treeea97f31b37c13179e62c29b96556a9322299be1a /desktop/Package_soffice_bin.mk
parentMakefile: clean should rm $SOLARVER (see f33ba93b) (diff)
downloadcore-056b9b45bf94bf5c362d8409c5919a6565d2922d.tar.gz
core-056b9b45bf94bf5c362d8409c5919a6565d2922d.zip
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
Diffstat (limited to 'desktop/Package_soffice_bin.mk')
-rw-r--r--desktop/Package_soffice_bin.mk6
1 files changed, 0 insertions, 6 deletions
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: