comparison src/GvimExt/Makefile @ 10264:c036c0f636d5 v8.0.0029

commit https://github.com/vim/vim/commit/cea912af725c54f4727a0565e31661f6b29c6bb1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 12 14:20:24 2016 +0200 patch 8.0.0029 Problem: Code for MS-Windows is complicated because of the exceptions for old systems. Solution: Drop support for MS-Windows older than Windows XP. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Wed, 12 Oct 2016 14:30:05 +0200
parents a98b93736894
children deb9295dccda
comparison
equal deleted inserted replaced
10263:b758a787983a 10264:c036c0f636d5
1 # Makefile for GvimExt, using MSVC 1 # Makefile for GvimExt, using MSVC
2 # Options: 2 # Options:
3 # DEBUG=yes Build debug version (for VC7 and maybe later) 3 # DEBUG=yes Build debug version (for VC7 and maybe later)
4 # 4 #
5 5
6 TARGETOS=BOTH 6 TARGETOS=WINNT
7 !ifndef APPVER 7 !ifndef APPVER
8 APPVER=5.0 8 APPVER=5.0
9 !endif 9 !endif
10 10
11 !if "$(DEBUG)" != "yes" 11 !if "$(DEBUG)" != "yes"