summaryrefslogtreecommitdiff
path: root/src/Make_mvc.mak
AgeCommit message (Collapse)Author
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)
2013-05-19updated for version 7.3.971Bram Moolenaar
Problem: No support for VS2012 static code analysis. Solution: Add the ANALYZE option. (Mike Williams)
2013-05-19updated for version 7.3.970Bram Moolenaar
Problem: Syntax highlighting can be slow. Solution: Include the NFA regexp engine. Add the 'regexpengine' option to select which one is used. (various authors, including Ken Takata, Andrei Aiordachioaie, Russ Cox, Xiaozhou Liua, Ian Young)
2013-05-07updated for version 7.3.930Bram Moolenaar
Problem: MSVC 2012 update is not recognized. Solution: Update the version in the makefile. (Raymond Ko)
2013-05-06updated for version 7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2013-02-26updated for version 7.3.836Bram Moolenaar
Problem: Clipboard does not work on Win32 when compiled with Cygwin. Solution: Move the Win32 clipboard code to a separate file and use it when building with os_unix.c. (Frodak Baksik, Ken Takata)
2013-01-30updated for version 7.3.791Bram Moolenaar
Problem: MzScheme interface doesn't work propely. Solution: Make it work better. (Sergey Khorev)
2012-12-06updated for version 7.3.754Bram Moolenaar
Problem: Latest nmake is not recognized. Solution: Add nmake version 11.00.51106.1. (Raymond Ko)
2012-10-23updated for version 7.3.712Bram Moolenaar
Problem: Nmake from VS2010 SP1 is not recognized. Solution: Add the version number. (Ken Takata)
2012-10-21updated for version 7.3.702Bram Moolenaar
Problem: Nmake from VS6 service pack 6 is not recognized. Solution: Detect the version number. (Jiri Sedlak)
2012-09-18updated for version 7.3.666Bram Moolenaar
Problem: With MSVC 11 Win32.mak is not found. Solution: Add the SDK_INCLUDE_DIR variable. (Raymond Ko)
2012-09-18updated for version 7.3.665Bram Moolenaar
Problem: MSVC 11 is not supported. Solution: Recognize MSVC 11. (Raymond Ko)
2012-09-05updated for version 7.3.653Bram Moolenaar
Problem: MingW needs build rule for included XPM files. Object directory for 32 and 64 builds is the same, also for MSVC. Solution: Add MingW build rule to use included XPM files. Add the CPU or architecture to the object directory name. (Sergey Khorev)
2012-08-29updated for version 7.3.639Bram Moolenaar
Problem: It's not easy to build Vim on Windows with XPM support. Solution: Include the required files, they are quite small. Update the MSVC makefile to use them. Binary files are in the next patch. (Sergey Khorev)
2012-08-02updated for version 7.3.622Bram Moolenaar
Problem: XPM library for Win32 can't be found. Solution: Suggest using the one from the Vim ftp site.
2012-08-02updated for version 7.3.620Bram Moolenaar
Problem: Building with recent Ruby on Win32 doesn't work. Solution: Add a separate argument for the API version. (Yasuhiro Matsumoto)
2012-02-22updated for version 7.3.451Bram Moolenaar
Problem: Tcl doesn't work on 64 MS-Windows. Solution: Make it work. (Dave Bodenstab)
2012-02-12updated for version 7.3.441Bram Moolenaar
Problem: Newer versions of MzScheme (Racket) require earlier (trampolined) initialisation. Solution: Call mzscheme_main() early in main(). (Sergey Khorev)
2011-09-14updated for version 7.3.314Bram Moolenaar
Problem: Missing parenthesis. Solution: Add it. (Benjamin R. Haskell)
2011-09-14updated for version 7.3.304Bram Moolenaar
Problem: Strawberry Perl doesn't work on MS-Windows. Solution: Use xsubpp if needed. (Yasuhiro Matsumoto)
2011-06-12updated for version 7.3.207Bram Moolenaar
Problem: Can't compile with MSVC with pentium4 and 64 bit. Solution: Only use SSE2 for 32 bit. (Mike Williams)
2011-02-15updated for version 7.3.125Bram Moolenaar
Problem: MSVC: Problem with quotes in link argument. Solution: Escape backslashes and quotes. (Weasley)
2010-12-08updated for version 7.3.079Bram Moolenaar
Problem: Duplicate lines in makefile. Solution: Remove the lines. (Hong Xu)
2010-11-03updated for version 7.3.049Bram Moolenaar
Problem: PLT has rebranded their Scheme to Racket. Solution: Add support for Racket 5.x. (Sergey Khorev)
2010-07-18Fixes and improvements for MS-Windows build.Bram Moolenaar
2010-07-17Added support for Python 3. (Roland Puntaier)Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
Cleanup white space.
2010-06-01Fix completion of file names with '%' and '*'.Bram Moolenaar