Mercurial > vim
changeset 2898:c3b4b1c89d8e v7.3.222
updated for version 7.3.222
Problem: Warning for building GvimExt.
Solution: Comment-out the DESCRIPTION line. (Mike Williams)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sun, 19 Jun 2011 01:27:34 +0200 |
parents | 1af5b00a3b8d |
children | 03af3c403014 |
files | src/GvimExt/gvimext.def src/GvimExt/gvimext_ming.def src/version.c |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/GvimExt/gvimext.def +++ b/src/GvimExt/gvimext.def @@ -1,7 +1,7 @@ ;gvimdef.def : Declares the module parameters for the DLL. LIBRARY gvimext -DESCRIPTION 'Vim Shell Extension' +; DESCRIPTION 'Vim Shell Extension' EXPORTS DllCanUnloadNow private
--- a/src/GvimExt/gvimext_ming.def +++ b/src/GvimExt/gvimext_ming.def @@ -3,7 +3,7 @@ ;Hence this is the same file as gvimext.def with private removed LIBRARY gvimext -DESCRIPTION 'Vim Shell Extension build with MinGW' +; DESCRIPTION 'Vim Shell Extension build with MinGW' EXPORTS DllCanUnloadNow = DllCanUnloadNow@0