added check for malloc.h
[xboard.git] / README
diff --git a/README b/README
index 2a78c7b..41c83fb 100644 (file)
--- a/README
+++ b/README
@@ -29,17 +29,14 @@ You can build WinBoard using the free Cygwin toolchain from
 www.cygnus.com with the following commands.\r
 \r
        cd winboard\r
-       make -f cygwin.mak\r
+       make -f makefile.gcc\r
 \r
 You can build WinBoard using Microsoft Visual C with the following\r
 commands, or by opening the project in Visual Studio and clicking the\r
 build button.\r
 \r
        cd winboard\r
-       nmake -f msvc.mak\r
-\r
-There is also a contributed .mak file for Borland C.  It's not\r
-maintained and thus may need updating if you want to use it.\r
+       nmake -f makefile.ms\r
 \r
 \r
 Reporting problems\r