comparison src/Make_cyg_ming.mak @ 20458:ffadba5f898c v8.2.0783

patch 8.2.0783: libvterm code lags behind the upstream version Commit: https://github.com/vim/vim/commit/c4c9f7e43e7229c78919a5618003ce8aac3e1785 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 17 20:52:45 2020 +0200 patch 8.2.0783: libvterm code lags behind the upstream version Problem: Libvterm code lags behind the upstream version. Solution: Include revisions 728 - 729.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 May 2020 21:00:03 +0200
parents 918245588b50
children f502455965c0
comparison
equal deleted inserted replaced
20457:a71f1962f5da 20458:ffadba5f898c
1244 $(CC) -c $(CFLAGS) $(PATHDEF_SRC) -o $@ 1244 $(CC) -c $(CFLAGS) $(PATHDEF_SRC) -o $@
1245 1245
1246 1246
1247 CCCTERM = $(CC) -c $(CFLAGS) -Ilibvterm/include -DINLINE="" \ 1247 CCCTERM = $(CC) -c $(CFLAGS) -Ilibvterm/include -DINLINE="" \
1248 -DVSNPRINTF=vim_vsnprintf \ 1248 -DVSNPRINTF=vim_vsnprintf \
1249 -DSNPRINTF=vim_snprintf \
1249 -DIS_COMBINING_FUNCTION=utf_iscomposing_uint \ 1250 -DIS_COMBINING_FUNCTION=utf_iscomposing_uint \
1250 -DWCWIDTH_FUNCTION=utf_uint2cells \ 1251 -DWCWIDTH_FUNCTION=utf_uint2cells \
1251 -DGET_SPECIAL_PTY_TYPE_FUNCTION=get_special_pty_type 1252 -DGET_SPECIAL_PTY_TYPE_FUNCTION=get_special_pty_type
1252 1253
1253 $(OUTDIR)/vterm_%.o : libvterm/src/%.c $(TERM_DEPS) 1254 $(OUTDIR)/vterm_%.o : libvterm/src/%.c $(TERM_DEPS)