view src/Make_all.mak @ 26616:d1a60043826c v8.2.3837

patch 8.2.3837: QNX: crash when compiled with GUI but using terminal Commit: https://github.com/vim/vim/commit/d2ff705af32862b4da49d213613233f93343874c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 17 16:00:04 2021 +0000 patch 8.2.3837: QNX: crash when compiled with GUI but using terminal Problem: QNX: crash when compiled with GUI but using terminal. Solution: Check gui.in_use is set. (Hirohito Higashi, closes https://github.com/vim/vim/issues/9363)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Dec 2021 17:15:03 +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