summaryrefslogtreecommitdiff
path: root/src/GvimExt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421K.Takata2022-09-091-97/+3
| | | | | Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
* patch 8.2.0249: MS-Windows: various warningsv8.2.0249Bram Moolenaar2020-02-121-0/+10
| | | | | | Problem: MS-Windows: various warnings. Solution: Set the charset to utf-8. Add _WIN32_WINNT and _USING_V110_SDK71_. (Ken Takata, closes #5625)
* patch 8.1.1152: compiler warning with VS2019v8.1.1152Bram Moolenaar2019-04-111-1/+1
| | | | | Problem: Compiler warning with VS2019. Solution: Specify different offset for "AMD64". (closes #4235)
* patch 8.1.1119: no support for Windows on ARM64.v8.1.1119Bram Moolenaar2019-04-041-1/+9
| | | | | Problem: No support for Windows on ARM64. Solution: Add ARM64 support (Leendert van Doorn)
* patch 8.0.1178: using old compiler on MS-Windowsv8.0.1178Bram Moolenaar2017-10-071-4/+7
| | | | | Problem: Using old compiler on MS-Windows. Solution: Switch default build on MS-Windows to use MSVC 2015. (Ken Takata)
* patch 8.0.0881: win32.mak no longer included in Windows SDKv8.0.0881Bram Moolenaar2017-08-061-1/+9
| | | | | Problem: win32.mak no longer included in Windows SDK. Solution: Do not include win32.mak. (Ken Takata)
* patch 8.0.0638: cannot build with new MSVC versionv8.0.0638Bram Moolenaar2017-06-131-2/+8
| | | | | | Problem: Cannot build with new MSVC version VS2017. Solution: Change the compiler arguments. (Leonardo Manera, closes #1731, closes #1747)
* patch 8.0.0029v8.0.0029Bram Moolenaar2016-10-121-1/+1
| | | | | | 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)
* patch 7.4.1240v7.4.1240Bram Moolenaar2016-02-021-1/+1
| | | | | Problem: Visual studio tools are noisy. Solution: Suppress startup info. (Mike Williams)
* patch 7.4.1095v7.4.1095Bram Moolenaar2016-01-151-0/+3
| | | | | Problem: Can't build GvimExt with SDK 7.1. Solution: Support using setenv.bat instead of vcvars32.bat. (Ken Takata)
* patch 7.4.1083v7.4.1083Bram Moolenaar2016-01-101-8/+24
| | | | | Problem: Building GvimExt with VS2015 may fail. Solution: Adjust the makefile. (Mike Williams)
* patch 7.4.726v7.4.726Bram Moolenaar2015-05-051-1/+3
| | | | | Problem: Cannot build GvimExt. Solution: Set APPVER to 5.0. (KF Leong)
* updated for version 7.3.727v7.3.727Bram Moolenaar2012-11-231-1/+5
| | | | | Problem: Can't always find Win32.mak when building GvimExt. Solution: Use same mechanism as in Make_mvc.mak. (Cade Foster)
* updated for version 7.1-282v7.1.282Bram Moolenaar2008-03-161-1/+1
|
* updated for version 7.0-243v7.0.243Bram Moolenaar2007-05-051-0/+2
|
* updated for version 7.0216v7.0216Bram Moolenaar2006-03-061-2/+3
|
* updated for version 7.0002Bram Moolenaar2004-06-241-0/+35