mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.3.222
Problem: Warning for building GvimExt. Solution: Comment-out the DESCRIPTION line. (Mike Williams)
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user