Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/84a9c46b9dd8a6f1fa7e24e2cf83a7e448f0e4e1 >--------------------------------------------------------------- commit 84a9c46b9dd8a6f1fa7e24e2cf83a7e448f0e4e1 Author: Ian Lynagh <[email protected]> Date: Wed May 2 17:31:59 2012 +0100 Win64 build fix >--------------------------------------------------------------- rts/package.conf.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rts/package.conf.in b/rts/package.conf.in index 4d659f8..baef23e 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -34,8 +34,9 @@ extra-libraries: , "dl" #endif #ifdef mingw32_HOST_OS - ,"wsock32" /* for the linker */ - ,"gdi32" /* for the linker */ + ,"wsock32" /* for the linker */ + ,"gdi32" /* for the linker */ + ,"winmm" /* for the linker */ #endif #if defined(DEBUG) && defined(HAVE_LIBBFD) ,"bfd", "iberty" /* for debugging */ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
