summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2011-01-31 15:51:03 +0100
committerJesús Corrius <jesus@softcatala.org>2011-01-31 15:52:01 +0100
commit54a371eea1d0bf59e597d6f3d6d6bd75185703dc (patch)
treef789bd20973d5049c99b7b957ffab5e7cba9a3b8 /fpicker
parentb214264fbb55b1f33e8a50b42113137178da0125 (diff)
Use DELAYLOAD to load shell32.dll in fpicker
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/util/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/fpicker/util/makefile.mk b/fpicker/util/makefile.mk
index c249e4259e..e9642f592c 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)