Don't explicitly link against msvcrt when using MinGW.
authorJan Dubois <jand@activestate.com>
Tue, 11 Aug 2009 23:56:48 +0000 (16:56 -0700)
committerJan Dubois <jand@activestate.com>
Wed, 12 Aug 2009 00:13:32 +0000 (17:13 -0700)
commit679b67fee662acf52b2b1af175101ee323ae7d60
tree7437e11cc3b8d94b86fdd1d95e4a157464fc96c5
parent805b10112885d8868f21f8e860792d65e1e6c19d
Don't explicitly link against msvcrt when using MinGW.

The latest releases of MinGW generate hard linker errors
when msvcrt is specified explicitly.  It will still link
against this library implicitly anyways, so specifying it
isn't needed.
win32/makefile.mk