X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=README;h=41c83fb406c79f7482de0a63b3a41d7cdc5d9930;hb=84786e5f06126838b5a38acc7fe7f8758ec44422;hp=2a78c7b0aaa19732a20469cb8f4883b625b85b59;hpb=5017dc767149c89922d8af7d46eb821a373eb2d0;p=xboard.git diff --git a/README b/README index 2a78c7b..41c83fb 100644 --- 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. cd winboard - make -f cygwin.mak + make -f makefile.gcc You can build WinBoard using Microsoft Visual C with the following commands, or by opening the project in Visual Studio and clicking the build button. cd winboard - nmake -f msvc.mak - -There is also a contributed .mak file for Borland C. It's not -maintained and thus may need updating if you want to use it. + nmake -f makefile.ms Reporting problems