[Libreoffice-commits] .: solenv/gbuild
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jun 20 14:35:36 PDT 2011
solenv/gbuild/platform/windows.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b502efde225efd22da6fa87a0a9a8f64924914b8
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Jun 21 00:32:24 2011 +0300
Add third parameter to the gb_Deliver_add_deliverable call for the .manifest file, too
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 1aac7a6..c8e2d47 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -536,7 +536,7 @@ $(call gb_LinkTarget_set_auxtargets,$(2),\
$(call gb_Executable_get_target,$(1)) \
$(call gb_Executable_get_clean_target,$(1)) : AUXTARGETS := $(call gb_Executable_get_target,$(1)).manifest
-$(call gb_Deliver_add_deliverable,$(call gb_Executable_get_target,$(1)).manifest,$(call gb_LinkTarget_get_target,$(2)).manifest)
+$(call gb_Deliver_add_deliverable,$(call gb_Executable_get_target,$(1)).manifest,$(call gb_LinkTarget_get_target,$(2)).manifest,$(1))
$(call gb_LinkTarget_get_target,$(2)) \
$(call gb_LinkTarget_get_headers_target,$(2)) : PDBFILE = $(call gb_LinkTarget_get_pdbfile,$(2))
More information about the Libreoffice-commits
mailing list