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.
(cherry picked from commit
679b67fee662acf52b2b1af175101ee323ae7d60)
SUBSYS = console
CXX_FLAG = -xc++
-LIBC = -lmsvcrt
+# Current releases of MinGW 5.1.4 (as of 11-Aug-2009) will fail to link
+# correctly if -lmsvcrt is specified explicitly.
+LIBC =
+#LIBC = -lmsvcrt
# same libs as MSVC
LIBFILES = $(CRYPT_LIB) $(LIBC) \