view src/Make_all.mak @ 32621:ed7d5e3bdb00 v9.0.1642

patch 9.0.1642: build failure with tiny features Commit: https://github.com/vim/vim/commit/545c8a506e7e0921ded7eb7ffe3518279cbcb16a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 21 15:51:47 2023 +0100 patch 9.0.1642: build failure with tiny features Problem: Build failure with tiny features. Solution: Add #ifdef's.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Jun 2023 17:00:04 +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