Mercurial > vim
view src/Make_all.mak @ 20071:385e2f8aa8c1 v8.2.0591
patch 8.2.0591: MS-Windows: should always support IPv6
Commit: https://github.com/vim/vim/commit/aa82259fef8d08326029c580282b417790230e93
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Apr 17 20:48:57 2020 +0200
patch 8.2.0591: MS-Windows: should always support IPv6
Problem: MS-Windows: should always support IPv6
Solution: Add build flag. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/5944)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 17 Apr 2020 21:00:03 +0200 |
parents | d94901eeb762 |
children | 1e76da634877 |
line wrap: on
line source
# # Common Makefile, defines the list of tests to run and other things. # # Argument for running ctags. TAGS_FILES = \ *.c \ *.cpp \ *.h \ auto/*.c \ libvterm/src/*.c \ libvterm/src/*.h \ libvterm/include/*.h \ xdiff/*.c \ xdiff/*.h