summaryrefslogtreecommitdiffstats
path: root/src/testdir/README.txt
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-09-09 10:52:47 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-09 10:52:47 +0100
commit5bc13453b2dd8067597793e32c4f94aa3031054a (patch)
tree65ec7297bde790aaa686e0af77cb28d8aa50a393 /src/testdir/README.txt
parentc572ad508f53bd89aa29081fc583f17ef1f0f123 (diff)
patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421
Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
Diffstat (limited to 'src/testdir/README.txt')
-rw-r--r--src/testdir/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/README.txt b/src/testdir/README.txt
index b8bc52f1e6..f72bdbfb85 100644
--- a/src/testdir/README.txt
+++ b/src/testdir/README.txt
@@ -106,7 +106,7 @@ tests are successful, then this file will be an empty file.
- To run the test on MS-Windows using the MSVC nmake:
- > nmake -f Make_dos.mak
+ > nmake -f Make_mvc.mak
- To run the tests with GUI Vim: