[project @ 2001-10-22 22:41:02 by sof]
authorsof <unknown>
Mon, 22 Oct 2001 22:41:02 +0000 (22:41 +0000)
committersof <unknown>
Mon, 22 Oct 2001 22:41:02 +0000 (22:41 +0000)
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.]

ghc/driver/PackageSrc.hs

index 30c7924..465047b 100644 (file)
@@ -154,7 +154,7 @@ package_details installing
                             ,
        extra_libraries   = [ "HSstd_cbits" ] ++
 #                           ifdef mingw32_TARGET_OS
-                            [ "wsock32", "msvcrt" ]
+                            [ "wsock32", "msvcrt", "kernel32" ]
 #                           else
                             [ ]
 #                           endif