From: Simon Tatham Date: Fri, 18 Dec 2015 14:50:44 +0000 (+0000) Subject: Clarify in README that Makefile.vc is for nmake. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=f1af73319ffceb1b936669182f540454eeb67541;p=sgt-puzzles.git Clarify in README that Makefile.vc is for nmake. A user pointed out today that I hadn't actually said that! --- diff --git a/README b/README index e69fa2a..9a0cdf5 100644 --- a/README +++ b/README @@ -15,7 +15,8 @@ The Makefiles include: configure script and Makefile.in, after which you can then run `./configure' to create an actual Unix Makefile. - - `Makefile.vc' should work under MS Visual C++ on Windows. + - `Makefile.vc' should work under MS Visual C++ on Windows. Run + 'nmake /f Makefile.vc' in a Visual Studio command prompt. - `Makefile.cyg' should work under Cygwin / MinGW. With appropriate tweaks and setting of TOOLPATH, it should work for both compiling