summaryrefslogtreecommitdiffstats
path: root/src/Make_cyg.mak
AgeCommit message (Collapse)Author
2019-04-03patch 8.1.1104: MS-Windows: not all environment variables can be usedv8.1.1104Bram Moolenaar
Problem: MS-Windows: not all environment variables can be used. Solution: Use the wide version of WinMain() and main(). (Ken Takata, closes #4206)
2017-09-23patch 8.0.1141: MS-Windows build dependencies are incompletev8.0.1141Bram Moolenaar
Problem: MS-Windows build dependencies are incomplete. Solution: Fix the dependencies. (Ken Takata)
2014-11-05updated for version 7.4.496v7.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-11-05updated for version 7.4.495v7.4.495Bram Moolenaar
Problem: XPM isn't used correctly in the Cygwin Makefile. Solution: Include the rules like in Make_ming.mak. (Ken Takata)
2014-10-15updated for version 7.4.476v7.4.476Bram Moolenaar
Problem: MingW: compiling with "XPM=no" doesn't work. Solution: Check for the "no" value. (KF Leong) Also for Cygwin. (Ken Takata)
2014-08-10updated for version 7.4.401v7.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.393v7.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)
2013-12-11updated for version 7.4.117v7.4.117Bram Moolenaar
Problem: Can't build with Cygwin/MingW and Perl 5.18. Solution: Add a linker argument for the Perl library. (Cesar Romani) Adjust CFLAGS and LIB. (Cesar Romani) Move including inline.h further down. (Ken Takata)
2013-11-28updated for version 7.4.106v7.4.106Bram Moolenaar
Problem: Can't build with Ruby using Cygwin. Solution: Fix library name in makefile. (Steve Hall)
2013-09-19updated for version 7.4.030v7.4.030Bram Moolenaar
Problem: The -mno-cygwin argument is no longer supported by Cygwin. Solution: Remove the arguments. (Steve Hall)
2013-07-06updated for version 7.3.1313v7.3.1313Bram Moolenaar
Problem: :py and :py3 don't work when compiled with Cygwin or MingW with 64 bit. Solution: Add -DMS_WIN64 to the build command. (Ken Takata)
2013-06-03updated for version 7.3.1109v7.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.970v7.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-06updated for version 7.3.925v7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2013-03-07updated for version 7.3.848v7.3.848Bram Moolenaar
Problem: Can't build with Ruby 2.0 when using MinGW x64 or MSVC10. Solution: Fix it. Also detect RUBY_PLATFORM and RUBY_INSTALL_NAME for x64. (Ken Takata)
2013-02-26updated for version 7.3.836v7.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-02-20updated for version 7.3.823v7.3.823Bram Moolenaar
Problem: Building with Cygwin: '-lsupc++' is not needed. Solution: Remove it. (Ken Takata)
2013-02-16updated for version 7.3.821v7.3.821Bram Moolenaar
Problem: Build with OLE and Cygwin is broken. (Steve Hall) Solution: Select static or shared stdc library. (Ken Takta)
2013-02-13updated for version 7.3.815v7.3.815Bram Moolenaar
Problem: Building with Cygwin and Ruby doesn't work. Solution: Copy some things from the MingW build file. (Ken Takata)
2013-01-23updated for version 7.3.775v7.3.775Bram Moolenaar
Problem: Cygwin and Mingw builds miss dependency on gui_w48.c. Solution: Add a build rule. (Ken Takata)
2012-11-28updated for version 7.3.735v7.3.735Bram Moolenaar
Problem: Cannot build Ruby 1.9 with MingW or Cygwin. Solution: Add another include directory. (Ken Takata)
2012-07-06updated for version 7.3.586v7.3.586Bram Moolenaar
Problem: When compiling with Cygwin or MingW MEMORYSTATUSEX is not defined. Solution: Set the default for WINVER to 0x0500.
2011-09-30updated for version 7.3.326v7.3.326Bram Moolenaar
Problem: MingW 4.6 no longer supports the -mno-cygwin option. Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo)
2010-11-03updated for version 7.3.049v7.3.049Bram Moolenaar
Problem: PLT has rebranded their Scheme to Racket. Solution: Add support for Racket 5.x. (Sergey Khorev)
2010-07-17Added support for Python 3. (Roland Puntaier)Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-07-14Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar
2010-05-18Add blowfish and sha256 source files to more Makefiles.Bram Moolenaar
2010-02-24updated for version 7.2.372v7.2.372Bram Moolenaar
Problem: Cross-compiling GvimExt and xxd doesn't work. Solution: Change the build files. (Markus Heidelberg)
2009-09-11updated for version 7.2-248v7.2.248Bram Moolenaar
2007-09-30updated for version 7.1-128v7.1.128Bram Moolenaar
2006-04-30updated for version 7.0gv7.0gBram Moolenaar
2006-03-24updated for version 7.0bv7.0bBram Moolenaar
2005-10-03updated for version 7.0153Bram Moolenaar
2005-07-23updated for version 7.0114v7.0114Bram Moolenaar
2005-07-21updated for version 7.0112Bram Moolenaar
2005-03-22updated for version 7.0063Bram Moolenaar
2005-03-07updated for version 7.0057Bram Moolenaar
2005-01-31updated for version 7.0046Bram Moolenaar
2005-01-25updated for version 7.0044Bram Moolenaar
2005-01-19updated for version 7.0042Bram Moolenaar
2005-01-16updated for version 7.0040Bram Moolenaar
2005-01-08updated for version 7.0034Bram Moolenaar
2004-12-19updated for version 7.0023v7.0023Bram Moolenaar
2004-07-02updated for version 7.0004Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar