view nsis/gvim_version.nsh @ 17326:84b9e60ff459 v8.1.1662

patch 8.1.1662: cannot build uninstal.exe with some version of MinGW commit https://github.com/vim/vim/commit/e28cfb28126c07abd9e9ba04e36b3789433201b6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 11 22:04:21 2019 +0200 patch 8.1.1662: cannot build uninstal.exe with some version of MinGW Problem: Cannot build uninstal.exe with some version of MinGW. Solution: Add -lole32. (Rene Nyffenegger, closes https://github.com/vim/vim/issues/4646)
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Jul 2019 22:15:05 +0200
parents 1174611ad715
children af69c9335223
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 8
!define VER_MINOR 1
!endif