From: simonmar Date: Mon, 1 Aug 2005 15:24:26 +0000 (+0000) Subject: [project @ 2005-08-01 15:24:26 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~282 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=21c34878761c5fe348ca6a10f0b5efb606a27920;hp=91b32b2e0c50c9a5e45f8e7743a2e95781b51ad8;p=ghc-hetmet.git [project @ 2005-08-01 15:24:26 by simonmar] For Windows (moved from ghc-pkg/Makefile): HC_BOOT_LIBS += -lshell32 --- 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