X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.conf.in;h=c490b41d01071d7d90bce8b18fe42423b23ec372;hb=6bbd4780e49f69a08ae373b5a07bd15b037013f7;hp=c977e5e76d63b07a70772336d6830df989937483;hpb=8ba3f72d30b7239cd7d5cf5ac5000a41c3e430ed;p=ghc-base.git diff --git a/base.conf.in b/base.conf.in index c977e5e..c490b41 100644 --- a/base.conf.in +++ b/base.conf.in @@ -15,18 +15,18 @@ Package { , "$libdir/libraries/base/cbits" ], #endif hs_libraries = -# ifndef mingw32_TARGET_OS +# if !defined(mingw32_TARGET_OS) && !defined(cygwin32_TARGET_OS) [ "HSbase" ], # else /* This splitting is the subject of a totally - horrible hack, which glues HSstd1 and HSstd2 - back into HSstd for the purposes of static linking. + horrible hack, which glues HSbase{1,2,3} + back into HSbaase for the purposes of static linking. See DriverState.getPackageLibraries for details. */ - [ "HSbase1", "HSbase2" ], + [ "HSbase1", "HSbase2", "HSbase3" ], # endif extra_libraries = [ "HSbase_cbits" #ifdef mingw32_TARGET_OS - , "wsock32", "kernel32", "user32" + , "wsock32", "msvcrt", "kernel32", "user32" #endif ], #ifdef INSTALLING