]> granicus.if.org Git - vim/commitdiff
patch 8.1.0483: MinGW does not build tee.exe v8.1.0483
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Oct 2018 20:45:54 +0000 (22:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Oct 2018 20:45:54 +0000 (22:45 +0200)
Problem:    MinGW does not build tee.exe.
Solution:   Add build instructions. (Yasuhiro Matsumoto, closes #3548)

src/Make_cyg_ming.mak
src/tee/Makefile
src/version.c

index f5f134bdafab04976d59cafc7b78e285d84535a2..f30fe2f70c1c63f3d8cf9158918024a777eb59cf 100644 (file)
@@ -943,7 +943,7 @@ ifeq (yes, $(MAP))
 LFLAGS += -Wl,-Map=$(TARGET).map
 endif
 
-all: $(TARGET) vimrun.exe xxd/xxd.exe install.exe uninstal.exe GvimExt/gvimext.dll
+all: $(TARGET) vimrun.exe xxd/xxd.exe tee/tee.exe install.exe uninstal.exe GvimExt/gvimext.dll
 
 vimrun.exe: vimrun.c
        $(CC) $(CFLAGS) -o vimrun.exe vimrun.c $(LIB)
@@ -968,6 +968,9 @@ mpress: exes
 xxd/xxd.exe: xxd/xxd.c
        $(MAKE) -C xxd -f Make_ming.mak CC='$(CC)'
 
+tee/tee.exe: tee/tee.c
+       $(MAKE) -C tee CC='$(CC)'
+
 GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
        $(MAKE) -C GvimExt -f Make_ming.mak CROSS=$(CROSS) CROSS_COMPILE=$(CROSS_COMPILE) CXX='$(CXX)' STATIC_STDCPLUS=$(STATIC_STDCPLUS)
 
@@ -996,6 +999,7 @@ ifdef MZSCHEME
 endif
        $(MAKE) -C GvimExt -f Make_ming.mak clean
        $(MAKE) -C xxd -f Make_ming.mak clean
+       $(MAKE) -C tee clean
 
 ###########################################################################
 INCL = vim.h alloc.h arabic.h ascii.h ex_cmds.h farsi.h feature.h globals.h \
index 951a1cc3631051448bdf8991ef62b66ed42ffce1..12c43d510000351852bd41df1c32e2b473f14d60 100644 (file)
@@ -1,4 +1,4 @@
-# A very (if not the most) simplistic Makefile for OS/2
+# A very (if not the most) simplistic Makefile for MS-Windows and OS/2
 
 CC=gcc
 CFLAGS=-O2 -fno-strength-reduce
index 09334c4a26e8f6c9e5e86c9628f7369bb5a8af94..2c7550dc138f93840e1092589f9d4bb3b42202ef 100644 (file)
@@ -792,6 +792,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    483,
 /**/
     482,
 /**/