view src/Make_all.mak @ 31024:ce82378c6a47 v9.0.0847

patch 9.0.0847: CI: not totally clear what MS-Windows version is used Commit: https://github.com/vim/vim/commit/80613d64e69ccdac3dbf4eb06d55b2cf1218b819 Author: K.Takata <kentkt@csc.jp> Date: Wed Nov 9 16:12:47 2022 +0000 patch 9.0.0847: CI: not totally clear what MS-Windows version is used Problem: CI: not totally clear what MS-Windows version is used. Solution: Show the Windows version. (Ken Takata, closes https://github.com/vim/vim/issues/11524)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Nov 2022 17:15:05 +0100
parents 1e76da634877
children
line wrap: on
line source

#
# Common Makefile, defines the list of tests to run and other things.
#

# Argument for running ctags.
TAGS_FILES = \
	*.c \
	*.cc \
	*.cpp \
	*.h \
	auto/*.c \
	libvterm/src/*.c \
	libvterm/src/*.h \
	libvterm/include/*.h \
	xdiff/*.c \
	xdiff/*.h