summaryrefslogtreecommitdiff
path: root/src/Make_cyg.mak
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4.496v7.4.496Bram Moolenaar2014-11-051-734/+32
| | | | | Problem: Many lines are both in Make_cyg.mak and Make_ming.mak Solution: Move the common parts to one file. (Ken Takata)
* updated for version 7.4.495v7.4.495Bram Moolenaar2014-11-051-1/+20
| | | | | Problem: XPM isn't used correctly in the Cygwin Makefile. Solution: Include the rules like in Make_ming.mak. (Ken Takata)
* updated for version 7.4.476v7.4.476Bram Moolenaar2014-10-151-1/+1
| | | | | | Problem: MingW: compiling with "XPM=no" doesn't work. Solution: Check for the "no" value. (KF Leong) Also for Cygwin. (Ken Takata)
* updated for version 7.4.401v7.4.401Bram Moolenaar2014-08-101-1/+4
| | | | | Problem: Can't build on MS-Windows. Solution: Include the new files in all the Makefiles.
* updated for version 7.4.393v7.4.393Bram Moolenaar2014-08-061-5/+27
| | | | | | | | 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)
* updated for version 7.4.117v7.4.117Bram Moolenaar2013-12-111-2/+2
| | | | | | | 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)
* updated for version 7.4.106v7.4.106Bram Moolenaar2013-11-281-2/+2
| | | | | Problem: Can't build with Ruby using Cygwin. Solution: Fix library name in makefile. (Steve Hall)
* updated for version 7.4.030v7.4.030Bram Moolenaar2013-09-191-3/+1
| | | | | Problem: The -mno-cygwin argument is no longer supported by Cygwin. Solution: Remove the arguments. (Steve Hall)
* updated for version 7.3.1313v7.3.1313Bram Moolenaar2013-07-061-0/+3
| | | | | | 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)
* updated for version 7.3.1109v7.3.1109Bram Moolenaar2013-06-031-2/+2
| | | | | Problem: Building on MS-Windows doesn't see changes in if_py_both.h. Solution: Add a dependency. (Ken Takata)
* updated for version 7.3.970v7.3.970Bram Moolenaar2013-05-191-0/+3
| | | | | | | 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)
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-2/+2
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.848v7.3.848Bram Moolenaar2013-03-071-0/+8
| | | | | | 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)
* updated for version 7.3.836v7.3.836Bram Moolenaar2013-02-261-0/+1
| | | | | | 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)
* updated for version 7.3.823v7.3.823Bram Moolenaar2013-02-201-2/+2
| | | | | Problem: Building with Cygwin: '-lsupc++' is not needed. Solution: Remove it. (Ken Takata)
* updated for version 7.3.821v7.3.821Bram Moolenaar2013-02-161-1/+13
| | | | | Problem: Build with OLE and Cygwin is broken. (Steve Hall) Solution: Select static or shared stdc library. (Ken Takta)
* updated for version 7.3.815v7.3.815Bram Moolenaar2013-02-131-16/+34
| | | | | Problem: Building with Cygwin and Ruby doesn't work. Solution: Copy some things from the MingW build file. (Ken Takata)
* updated for version 7.3.775v7.3.775Bram Moolenaar2013-01-231-0/+3
| | | | | Problem: Cygwin and Mingw builds miss dependency on gui_w48.c. Solution: Add a build rule. (Ken Takata)
* updated for version 7.3.735v7.3.735Bram Moolenaar2012-11-281-1/+12
| | | | | Problem: Cannot build Ruby 1.9 with MingW or Cygwin. Solution: Add another include directory. (Ken Takata)
* updated for version 7.3.586v7.3.586Bram Moolenaar2012-07-061-3/+3
| | | | | Problem: When compiling with Cygwin or MingW MEMORYSTATUSEX is not defined. Solution: Set the default for WINVER to 0x0500.
* updated for version 7.3.326v7.3.326Bram Moolenaar2011-09-301-2/+2
| | | | | Problem: MingW 4.6 no longer supports the -mno-cygwin option. Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo)
* updated for version 7.3.049v7.3.049Bram Moolenaar2010-11-031-4/+11
| | | | | Problem: PLT has rebranded their Scheme to Racket. Solution: Add support for Racket 5.x. (Sergey Khorev)
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-1/+33
|
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-141-0/+27
|
* Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar2010-07-141-1/+2
|
* Add blowfish and sha256 source files to more Makefiles.Bram Moolenaar2010-05-181-0/+2
|
* updated for version 7.2.372v7.2.372Bram Moolenaar2010-02-241-4/+8
| | | | | Problem: Cross-compiling GvimExt and xxd doesn't work. Solution: Change the build files. (Markus Heidelberg)
* updated for version 7.2-248v7.2.248Bram Moolenaar2009-09-111-1/+31
|
* updated for version 7.1-128v7.1.128Bram Moolenaar2007-09-301-2/+2
|
* updated for version 7.0gv7.0gBram Moolenaar2006-04-301-2/+2
|
* updated for version 7.0bv7.0bBram Moolenaar2006-03-241-3/+3
|
* updated for version 7.0153Bram Moolenaar2005-10-031-1/+2
|
* updated for version 7.0114v7.0114Bram Moolenaar2005-07-231-1/+2
|
* updated for version 7.0112Bram Moolenaar2005-07-211-1/+1
|
* updated for version 7.0063Bram Moolenaar2005-03-221-1/+2
|
* updated for version 7.0057Bram Moolenaar2005-03-071-2/+2
|
* updated for version 7.0046Bram Moolenaar2005-01-311-8/+4
|
* updated for version 7.0044Bram Moolenaar2005-01-251-0/+37
|
* updated for version 7.0042Bram Moolenaar2005-01-191-1/+2
|
* updated for version 7.0040Bram Moolenaar2005-01-161-2/+4
|
* updated for version 7.0034Bram Moolenaar2005-01-081-4/+16
|
* updated for version 7.0023v7.0023Bram Moolenaar2004-12-191-11/+5
|
* updated for version 7.0004Bram Moolenaar2004-07-021-14/+21
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+498