summaryrefslogtreecommitdiff
path: root/src/Make_mvc.mak
AgeCommit message (Collapse)Author
2017-02-01patch 8.0.0279: MSVC 2015 uses a different dll nameBram Moolenaar
Problem: With MSVC 2015 the dll name is vcruntime140.dll. Solution: Check the MSVC version and use the right dll name. (Ken Takata)
2017-01-06patch 8.0.0144: when using MSVC the GvimExt directory is cleaned twiceBram Moolenaar
Problem: When using MSVC the GvimExt directory is cleaned twice. Solution: Remove the lines. (Ken Takata)
2016-11-19patch 8.0.0093Bram Moolenaar
Problem: Not using multiprocess build feature. Solution: Enable multiprocess build with MSVC 10. (Ken Takata)
2016-10-12patch 8.0.0029Bram Moolenaar
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)
2016-09-08patch 7.4.2345Bram Moolenaar
Problem: For MinGW RUBY_API_VER_LONG isn't set correctly. Many default version numbers are outdated. Solution: Set RUBY_API_VER_LONG to RUBY_VER_LONG. Use latest stable releases for defaults. (Ken Takata)
2016-09-06patch 7.4.2340Bram Moolenaar
Problem: MS-Windows: Building with Ruby uses old version. Solution: Update to 2.2.X. Use clearer name for the API version. (Ken Takata)
2016-09-01patch 7.4.2302Bram Moolenaar
Problem: Default interface versions for MS-Windows are outdated. Solution: Use Active Perl 5.24, Python 3.5.2. Could only make it work with Ruby 1.9.2.
2016-07-19patch 7.4.2069Bram Moolenaar
Problem: spell.c is too big. Solution: Split it in spell file handling and spell checking.
2016-07-17patch 7.4.2063Bram Moolenaar
Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c.
2016-07-17patch 7.4.2060Bram Moolenaar
Problem: Wrong file name. Solution: Fix typo.
2016-07-17patch 7.4.2059Bram Moolenaar
Problem: Non-Unix builds fail. Solution: Update Makefiles for new files.
2016-07-02patch 7.4.1983Bram Moolenaar
Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
2016-07-01patch 7.4.1976Bram Moolenaar
Problem: Number variables are not 64 bits while they could be. Solution: Add the num64 feature. (Ken Takata)
2016-06-26patch 7.4.1963Bram Moolenaar
Problem: Running Win32 Vim in mintty does not work. Solution: Detect mintty and give a helpful error message. (Ken Takata)
2016-06-18patch 7.4.1944Bram Moolenaar
Problem: Win32: Cannot compile with XPM feature using VC2015 Solution: Add XPM libraries compiled with VC2015, and enable to build gvim.exe which supports XPM using VC2015. (Ken Takata)
2016-06-02patch 7.4.1880Bram Moolenaar
Problem: MS-Windows console build defaults to not having +channel. Solution: Include the channel feature if building with huge features.
2016-03-11patch 7.4.1537Bram Moolenaar
Problem: Too many feature flags for pipes, jobs and channels. Solution: Only use FEAT_JOB_CHANNEL.
2016-02-27patch 7.4.1433Bram Moolenaar
Problem: The Sniff interface is no longer useful, the tool has not been available for may years. Solution: Delete the Sniff interface and related code.
2016-02-20patch 7.4.1364Bram Moolenaar
Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support.
2016-02-19patch 7.4.1354Bram Moolenaar
Problem: MS-Windows: Mismatch between default compile options and what the code expects. Solution: Change the default WINVER from 0x0500 to 0x0501. (Ken Takata)
2016-02-12patch 7.4.1306Bram Moolenaar
Problem: Job control doesn't work well on MS-Windows. Solution: Various fixes. (Ken Takata, Ozaki Kiichi , Yukihiro Nakadaira, Yasuhiro Matsumoto)
2016-02-02patch 7.4.1240Bram Moolenaar
Problem: Visual studio tools are noisy. Solution: Suppress startup info. (Mike Williams)
2016-01-24patch 7.4.1169Bram Moolenaar
Problem: The socket I/O is intertwined with the netbeans code. Solution: Start refactoring the netbeans communication to split off the socket I/O. Add the +channel feature.
2016-01-23patch 7.4.1154Bram Moolenaar
Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
2016-01-21patch 7.4.1148Bram Moolenaar
Problem: Default for MingW and Cygwin is still "normal". Solution: Use "huge" as default. (Ken Takata)
2016-01-16patch 7.4.1104Bram Moolenaar
Problem: Various problems building with MzScheme/Racket. Solution: Make it work with new versions of Racket. (Yukihiro Nakadaira, Ken Takata)
2016-01-15patch 7.4.1095Bram Moolenaar
Problem: Can't build GvimExt with SDK 7.1. Solution: Support using setenv.bat instead of vcvars32.bat. (Ken Takata)
2016-01-10patch 7.4.1078Bram Moolenaar
Problem: MSVC: "make clean" doesn't cleanup in the tee directory. Solution: Add the commands to cleanup tee. (Erich Ritz)
2016-01-07patch 7.4.1062Bram Moolenaar
Problem: Building with Ruby on MS-Windows requires a lot of arguments. Solution: Make it simpler. (Ken Takata)
2016-01-03patch 7.4.1040Bram Moolenaar
Problem: The tee command is not available on MS-Windows. Solution: Adjust tee.c for MSVC and add a makefile. (Yasuhiro Matsumoto)
2016-01-01patch 7.4.1020Bram Moolenaar
Problem: On MS-Windows there is no target to run tests with gvim. Solution: Add the testgvim target.
2015-12-31patch 7.4.1011Bram Moolenaar
Problem: Can't build with Strawberry Perl. Solution: Include stdbool.h. (Ken Takata, closes #328)
2015-12-11patch 7.4.967Bram Moolenaar
Problem: Cross compilation on MS-windows doesn't work well. Solution: Tidy up cross compilation across architectures with Visual Studio. (Mike Williams)
2015-12-03patch 7.4.960Bram Moolenaar
Problem: Detecting every version of nmake is clumsy. Solution: Use a tiny C program to get the version of _MSC_VER. (Ken Takata)
2015-07-21patch 7.4.794Bram Moolenaar
Problem: Visual Studio 2015 is not recognized. Solution: Add the version numbers to the makefile. (Taro Muraoka)
2015-07-10patch 7.4.772Bram Moolenaar
Problem: Racket 6.2 is not supported on MS-Windows. Solution: Check for the "racket" subdirectory. (Weiyong Mao)
2015-06-25patch 7.4.756Bram Moolenaar
Problem: Can't use strawberry Perl 5.22 x64 on MS-Windows. Solution: Add new defines and #if. (Ken Takata)
2015-05-06patch 7.4.728Bram Moolenaar
Problem: Can't build with some version of Visual Studio 2015. Solution: Recognize another version 14 number. (Sinan)
2015-05-04patch 7.4.720Bram Moolenaar
Problem: Can't build with Visual Studio 2015. Solution: Recognize the "version 14" numbers and omit /nodefaultlib when appropriate. (Paul Moore)
2014-11-05updated for version 7.4.496Bram Moolenaar
Problem: Many lines are both in Make_cyg.mak and Make_ming.mak Solution: Move the common parts to one file. (Ken Takata)
2014-08-22updated for version 7.4.412Bram Moolenaar
Problem: Can't build on Windows XP with MSVC. Solution: Add SUBSYSTEM_VER to the Makefile. (Yongwei Wu)
2014-08-10updated for version 7.4.401Bram Moolenaar
Problem: Can't build on MS-Windows. Solution: Include the new files in all the Makefiles.
2014-08-06updated for version 7.4.393Bram Moolenaar
Problem: Text drawing on newer MS-Windows systems is suboptimal. Some multi-byte characters are not displayed, even though the same font in Notepad can display them. (Srinath Avadhanula) Solution: Add the 'renderoptions' option to enable Direct-X drawing. (Taro Muraoka)
2014-05-22updated for version 7.4.304Bram Moolenaar
Problem: Cannot always use Python with Vim. Solution: Add the manifest to the executable. (Jacques Germishuys)
2014-02-15updated for version 7.4.183Bram Moolenaar
Problem: MSVC Visual Studio update not supported. Solution: Add version number. (Mike William)
2013-12-14updated for version 7.4.128Bram Moolenaar
Problem: Perl 5.18 for MSVC doesn't work. Solution: Add check in makefile and define __inline. (Ken Takata)
2013-11-09updated for version 7.4.081Bram Moolenaar
Problem: Wrong logic when ANALYZE is "yes". Solution: Use or instead of and. (KF Leong)
2013-11-08updated for version 7.4.078Bram Moolenaar
Problem: MSVC 2013 is not supported. Solution: Recognize and support MSVC 2013. (Ed Brown)
2013-07-09updated for version 7.4a.004Bram Moolenaar
Problem: MSVC 2012 Update 3 is not recognized. Solution: Add the version number. (Raymond Ko)
2013-06-03updated for version 7.3.1109Bram Moolenaar
Problem: Building on MS-Windows doesn't see changes in if_py_both.h. Solution: Add a dependency. (Ken Takata)