commit | 5bc13453b2dd8067597793e32c4f94aa3031054a | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Fri Sep 09 10:52:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 10:52:47 2022 +0100 |
tree | 65ec7297bde790aaa686e0af77cb28d8aa50a393 | |
parent | c572ad508f53bd89aa29081fc583f17ef1f0f123 [diff] [blame] |
patch 9.0.0421: MS-Windows makefiles are inconsistently named Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
diff --git a/src/testdir/README.txt b/src/testdir/README.txt index b8bc52f..f72bdbf 100644 --- a/src/testdir/README.txt +++ b/src/testdir/README.txt
@@ -106,7 +106,7 @@ - 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: