diff options
| author | Simon Tatham <anakin@pobox.com> | 2015-12-18 14:50:44 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-12-18 14:51:09 +0000 |
| commit | f1af73319ffceb1b936669182f540454eeb67541 (patch) | |
| tree | d6e4ce958169ac1e505df868b200cfbb891d9c5f | |
| parent | 786f5b18e439a292ca364e18230496dbf261f5c2 (diff) | |
| download | puzzles-f1af73319ffceb1b936669182f540454eeb67541.zip puzzles-f1af73319ffceb1b936669182f540454eeb67541.tar.gz puzzles-f1af73319ffceb1b936669182f540454eeb67541.tar.bz2 puzzles-f1af73319ffceb1b936669182f540454eeb67541.tar.xz | |
Clarify in README that Makefile.vc is for nmake.
A user pointed out today that I hadn't actually said that!
| -rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |