]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0637: MS-Windows: Style issues in MSVC Makefile v9.1.0637
authorKen Takata <kentkt@csc.jp>
Mon, 29 Jul 2024 17:52:03 +0000 (19:52 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 29 Jul 2024 17:52:03 +0000 (19:52 +0200)
commit81a65000c5b478cbf88397f0ffd7f8833a9babe1
tree867b2e0a35b8a100f7f0a15ec8c872463f264e1d
parentf4572cee35a6c224985e71116e676ab711c09af3
patch 9.1.0637: MS-Windows: Style issues in MSVC Makefile

Problem:  MS-Windows: Style issues in MSVC Makefile
Solution: Fix style issues, simplify logic
          (Ken Takata)

* Add space around the operators for consistency.
* Remove unnecessary ren command. Use the /Fe option to create
  install.exe directly.
* Remove unnecessary mkdir auto command. src/auto should always exist.

closes: #15389

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/Make_mvc.mak
src/version.c