Patch 7.4.1240
Problem: Visual studio tools are noisy.
Solution: Suppress startup info. (Mike Williams)
Files: src/GvimExt/Makefile, src/Make_mvc.mak, src/tee/Make_mvc.mak
*** ../vim-7.4.1239/src/GvimExt/Makefile 2016-01-15 18:03:26.869250872
+0100
--- src/GvimExt/Makefile 2016-02-02 18:48:30.784954902 +0100
***************
*** 52,58 ****
$(cc) $(cflags) -DFEAT_GETTEXT $(cvarsmt) $*.cpp
gvimext.res: gvimext.rc
! $(rc) $(rcflags) $(rcvars) gvimext.rc
clean:
- if exist gvimext.dll del gvimext.dll
--- 52,58 ----
$(cc) $(cflags) -DFEAT_GETTEXT $(cvarsmt) $*.cpp
gvimext.res: gvimext.rc
! $(rc) /nologo $(rcflags) $(rcvars) gvimext.rc
clean:
- if exist gvimext.dll del gvimext.dll
*** ../vim-7.4.1239/src/Make_mvc.mak 2016-01-24 20:36:18.870082307 +0100
--- src/Make_mvc.mak 2016-02-02 18:48:52.400731174 +0100
***************
*** 1294,1300 ****
$(OUTDIR)/vim.res: $(OUTDIR) vim.rc gvim.exe.mnf version.h tools.bmp \
tearoff.bmp vim.ico vim_error.ico \
vim_alert.ico vim_info.ico vim_quest.ico
! $(RC) /l 0x409 /Fo$(OUTDIR)/vim.res $(RCFLAGS) vim.rc
iid_ole.c if_ole.h vim.tlb: if_ole.idl
midl /nologo /error none /proxy nul /iid iid_ole.c /tlb vim.tlb \
--- 1294,1300 ----
$(OUTDIR)/vim.res: $(OUTDIR) vim.rc gvim.exe.mnf version.h tools.bmp \
tearoff.bmp vim.ico vim_error.ico \
vim_alert.ico vim_info.ico vim_quest.ico
! $(RC) /nologo /l 0x409 /Fo$(OUTDIR)/vim.res $(RCFLAGS) vim.rc
iid_ole.c if_ole.h vim.tlb: if_ole.idl
midl /nologo /error none /proxy nul /iid iid_ole.c /tlb vim.tlb \
*** ../vim-7.4.1239/src/tee/Make_mvc.mak 2016-01-03 16:55:55.552237028
+0100
--- src/tee/Make_mvc.mak 2016-02-02 18:47:03.773855427 +0100
***************
*** 1,7 ****
# A very (if not the most) simplistic Makefile for MSVC
CC=cl
! CFLAGS=/O2
tee.exe: tee.obj
$(CC) $(CFLAGS) /Fo$@ $**
--- 1,7 ----
# A very (if not the most) simplistic Makefile for MSVC
CC=cl
! CFLAGS=/O2 /nologo
tee.exe: tee.obj
$(CC) $(CFLAGS) /Fo$@ $**
*** ../vim-7.4.1239/src/version.c 2016-02-02 18:43:13.436238859 +0100
--- src/version.c 2016-02-02 18:49:16.676479909 +0100
***************
*** 744,745 ****
--- 744,747 ----
{ /* Add new patch number below this line */
+ /**/
+ 1240,
/**/
--
hundred-and-one symptoms of being an internet addict:
108. While reading a magazine, you look for the Zoom icon for a better
look at a photograph.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.