mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-09 20:26:37 +01:00
Problem: Warning for building GvimExt. Solution: Comment-out the DESCRIPTION line. (Mike Williams)
9 lines
185 B
Modula-2
9 lines
185 B
Modula-2
;gvimdef.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY gvimext
|
|
; DESCRIPTION 'Vim Shell Extension'
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow private
|
|
DllGetClassObject private
|