view src/Make_all.mak @ 35989:b4836a0e77e1 v9.1.0680

patch 9.1.0680: VMS does not have defined uintptr_t Commit: https://github.com/vim/vim/commit/10231ac63895a0f6e284713e45cb08ed7f9945aa Author: Zoltan Arpadffy <zoltan.arpadffy@gmail.com> Date: Sun Aug 18 16:59:20 2024 +0200 patch 9.1.0680: VMS does not have defined uintptr_t Problem: VMS does not have defined uintptr_t Solution: Add type definitions (Zoltan Arpadffy) closes: #15520 Signed-off-by: Zoltan Arpadffy <zoltan.arpadffy@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 18 Aug 2024 17:15: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