X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=README;h=41c83fb406c79f7482de0a63b3a41d7cdc5d9930;hb=34b434f3be18842bae13a06dec3e8c3bd591bfd0;hp=2a78c7b0aaa19732a20469cb8f4883b625b85b59;hpb=44ff1187b7efcde0643a5ec98af3ac73a49846a1;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