[project @ 2005-08-01 15:24:26 by simonmar]
authorsimonmar <unknown>
Mon, 1 Aug 2005 15:24:26 +0000 (15:24 +0000)
committersimonmar <unknown>
Mon, 1 Aug 2005 15:24:26 +0000 (15:24 +0000)
For Windows (moved from ghc-pkg/Makefile):

HC_BOOT_LIBS += -lshell32

ghc/lib/compat/compat.mk

index 98120a3..c85e6df 100644 (file)
@@ -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