diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-10-17 22:45:54 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-10-17 22:45:54 +0200 |
commit | 04c86d27fed5757ae40246d7bb3fdcd0c1959468 (patch) | |
tree | 33cc5bdff2af7d78c270321c43b7b16a708f8a2c /src/tee | |
parent | 115510f0bd75d9c8641ce46f4435d7efd28ddc57 (diff) | |
download | vim-git-04c86d27fed5757ae40246d7bb3fdcd0c1959468.tar.gz |
patch 8.1.0483: MinGW does not build tee.exev8.1.0483
Problem: MinGW does not build tee.exe.
Solution: Add build instructions. (Yasuhiro Matsumoto, closes #3548)
Diffstat (limited to 'src/tee')
-rw-r--r-- | src/tee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tee/Makefile b/src/tee/Makefile index 951a1cc36..12c43d510 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 |