view src/Make_all.mak @ 25523:a1804f725a9a v8.2.3298

patch 8.2.3298: build failure with small features Commit: https://github.com/vim/vim/commit/6f6d58c3809010b1386634c1aeec61f1a66e72c2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 5 21:17:32 2021 +0200 patch 8.2.3298: build failure with small features Problem: Build failure with small features. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Aug 2021 21:30:03 +0200
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