From: sof Date: Mon, 22 Oct 2001 22:41:02 +0000 (+0000) Subject: [project @ 2001-10-22 22:41:02 by sof] X-Git-Tag: Approximately_9120_patches~757 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=efefcb29d65c8fea87d7e3fb1d3bb812a98c9c83;p=ghc-hetmet.git [project @ 2001-10-22 22:41:02 by sof] std & mingw32: include 'kernel32' in extra_libraries [btw, this config file needs a bit of work to have it work on a i386-unknown-cygwin plat.] --- diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 30c7924..465047b 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -154,7 +154,7 @@ package_details installing , extra_libraries = [ "HSstd_cbits" ] ++ # ifdef mingw32_TARGET_OS - [ "wsock32", "msvcrt" ] + [ "wsock32", "msvcrt", "kernel32" ] # else [ ] # endif