commit | 04c86d27fed5757ae40246d7bb3fdcd0c1959468 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 17 22:45:54 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 17 22:45:54 2018 +0200 |
tree | 33cc5bdff2af7d78c270321c43b7b16a708f8a2c | |
parent | 115510f0bd75d9c8641ce46f4435d7efd28ddc57 [diff] |
patch 8.1.0483: MinGW does not build tee.exe Problem: MinGW does not build tee.exe. Solution: Add build instructions. (Yasuhiro Matsumoto, closes #3548)
diff --git a/src/tee/Makefile b/src/tee/Makefile index 951a1cc..12c43d5 100644 --- a/src/tee/Makefile +++ b/src/tee/Makefile
@@ -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