mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
patch 7.4.1240
Problem: Visual studio tools are noisy. Solution: Suppress startup info. (Mike Williams)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# A very (if not the most) simplistic Makefile for MSVC
|
||||
|
||||
CC=cl
|
||||
CFLAGS=/O2
|
||||
CFLAGS=/O2 /nologo
|
||||
|
||||
tee.exe: tee.obj
|
||||
$(CC) $(CFLAGS) /Fo$@ $**
|
||||
|
Reference in New Issue
Block a user