[Libreoffice-commits] .: fpicker/util

Jesús Corrius jcorrius at kemper.freedesktop.org
Mon Jan 31 06:54:01 PST 2011


 fpicker/util/makefile.mk |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 54a371eea1d0bf59e597d6f3d6d6bd75185703dc
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Mon Jan 31 15:51:03 2011 +0100

    Use DELAYLOAD to load shell32.dll in fpicker

diff --git a/fpicker/util/makefile.mk b/fpicker/util/makefile.mk
index c249e42..e9642f5 100644
--- a/fpicker/util/makefile.mk
+++ b/fpicker/util/makefile.mk
@@ -58,7 +58,9 @@ SHL1STDLIBS=		$(COMMON_LIBS) \
             $(OLEAUT32LIB)\
             $(COMDLG32LIB)\
             $(KERNEL32LIB)\
-            $(UUIDLIB)
+            $(UUIDLIB)\
+            Delayimp.lib\
+            /DELAYLOAD:shell32.dll
 
 SHL1DEPN=
 SHL1IMPLIB=i$(SHL1TARGET)


More information about the Libreoffice-commits mailing list