[Libreoffice-commits] .: solenv/gbuild

Jan Holesovsky kendy at kemper.freedesktop.org
Sat Oct 8 16:39:05 PDT 2011


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

New commits:
commit 3f4969ea0d0f620a0424f05b1a7fd53f1d259655
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Sun Oct 9 01:38:16 2011 +0200

    Explicitly enable manifest creation.
    
    Seems to cure the 'desktop' build trouble on Windows.

diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 2adcfbf..058d495 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -209,6 +209,7 @@ gb_NoexPrecompiledHeader_NOEXCEPTIONFLAGS := $(gb_LinkTarget_NOEXCEPTIONFLAGS)
 
 gb_LinkTarget_LDFLAGS := \
 	-MACHINE:IX86 \
+	-MANIFEST \
 	$(patsubst %,-LIBPATH:%,$(filter-out .,$(subst ;, ,$(subst \,/,$(ILIB))))) \
 
 gb_DEBUG_CFLAGS := -Zi


More information about the Libreoffice-commits mailing list