summaryrefslogtreecommitdiffstats
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-28 18:47:14 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-28 18:47:14 +0200
commitfec246d2c595164ac3b7e9fe9677053d3739b834 (patch)
treee55cd7a33e8442594ac9bb7844030a28d6ada605 /Filelist
parent36f44c21da2e912c008683a0c4447fca2a071e9a (diff)
patch 7.4.2286v7.4.2286
Problem: The tee program isn't included. Makefile contains build instructions that don't work. Solution: Update the Filelist and build instructions. Remove build instructions for DOS and old Windows. Add the tee program.
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist3
1 files changed, 3 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index dafe5342cd..13ebafc801 100644
--- a/Filelist
+++ b/Filelist
@@ -93,6 +93,7 @@ SRC_ALL = \
src/vim.h \
src/winclip.c \
src/window.c \
+ src/tee/tee.c \
src/xxd/xxd.c \
src/main.aap \
src/testdir/main.aap \
@@ -263,6 +264,7 @@ SRC_UNIX = \
src/workshop.h \
src/wsdebug.c \
src/wsdebug.h \
+ src/tee/Makefile \
src/xxd/Makefile \
# source files for both DOS and Unix
@@ -357,6 +359,7 @@ SRC_DOS = \
src/vimrun.c \
src/xpm_w32.c \
src/xpm_w32.h \
+ src/tee/Make_mvc.mak \
src/xxd/Make_bc5.mak \
src/xxd/Make_ming.mak \
src/xxd/Make_mvc.mak \