summaryrefslogtreecommitdiff
path: root/ghc/lib/compat
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-08-01 15:24:26 +0000
committersimonmar <unknown>2005-08-01 15:24:26 +0000
commit21c34878761c5fe348ca6a10f0b5efb606a27920 (patch)
tree3f1bb70e89430d3fa47fdaf21e366119ac87edbe /ghc/lib/compat
parent91b32b2e0c50c9a5e45f8e7743a2e95781b51ad8 (diff)
downloadhaskell-21c34878761c5fe348ca6a10f0b5efb606a27920.tar.gz
[project @ 2005-08-01 15:24:26 by simonmar]
For Windows (moved from ghc-pkg/Makefile): HC_BOOT_LIBS += -lshell32
Diffstat (limited to 'ghc/lib/compat')
-rw-r--r--ghc/lib/compat/compat.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/lib/compat/compat.mk b/ghc/lib/compat/compat.mk
index 98120a3aef..c85e6df20f 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