[Libreoffice-commits] .: solenv/gbuild

Caolán McNamara caolan at kemper.freedesktop.org
Thu Aug 4 06:06:41 PDT 2011


 solenv/gbuild/platform/windows.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e24018028749373239ed26caee10cd531794d0a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Aug 4 14:06:28 2011 +0100

    try this to fix windows hanging builds with gb_GenCxxObjects

diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 6202a4b..b0b4d9f 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -304,7 +304,7 @@ $(call gb_Helper_abbreviate_dirs_native,\
 		-I$(realpath $(dir $(3))) \
 		$(INCLUDE_STL) $(INCLUDE) \
 		-c $(realpath $(3)) \
-		-Fo$(1))  $(call gb_create_deps,$(1),$(call gb_CxxObject_get_dep_target,$(2)),$(realpath $(3)))
+		-Fo$(1))  $(call gb_create_deps,$(1),$(4),$(realpath $(3)))
 $(call gb_Object__command_deponcompile,$(1),$(4),$(3),$(DEFS),$(T_CXXFLAGS),$(INCLUDE))
 endef
 


More information about the Libreoffice-commits mailing list