From 21c34878761c5fe348ca6a10f0b5efb606a27920 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 1 Aug 2005 15:24:26 +0000 Subject: [PATCH] [project @ 2005-08-01 15:24:26 by simonmar] For Windows (moved from ghc-pkg/Makefile): HC_BOOT_LIBS += -lshell32 --- ghc/lib/compat/compat.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/lib/compat/compat.mk b/ghc/lib/compat/compat.mk index 98120a3..c85e6df 100644 --- a/ghc/lib/compat/compat.mk +++ b/ghc/lib/compat/compat.mk @@ -17,6 +17,7 @@ HC_BOOT_LIBS += -lghccompat ifeq "$(Windows)" "YES" # not very nice, but required for -lghccompat on Windows SRC_LD_OPTS += -lshell32 +HC_BOOT_LIBS += -lshell32 endif # This is horrible. We ought to be able to omit the entire directory -- 1.7.10.4