Skip to content

Commit

Permalink
Clarify in README that Makefile.vc is for nmake.
Browse files Browse the repository at this point in the history
A user pointed out today that I hadn't actually said that!
  • Loading branch information
sgtatham committed Dec 18, 2015
1 parent 786f5b1 commit f1af733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README
Expand Up @@ -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
Expand Down

0 comments on commit f1af733

Please sign in to comment.