summaryrefslogtreecommitdiff
path: root/src/Make_ming.mak
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1141: MS-Windows build dependencies are incompletev8.0.1141Bram Moolenaar2017-09-231-0/+2
| | | | | Problem: MS-Windows build dependencies are incomplete. Solution: Fix the dependencies. (Ken Takata)
* updated for version 7.4.496v7.4.496Bram Moolenaar2014-11-051-799/+18
| | | | | 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.476v7.4.476Bram Moolenaar2014-10-151-2/+2
| | | | | | 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-0/+2
| | | | | 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/+30
| | | | | | | | 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.134v7.4.134Bram Moolenaar2014-01-061-1/+1
| | | | | Problem: Spurious space in MingW Makefile. Solution: Remove the space. (Michael Soyka)
* updated for version 7.4.117v7.4.117Bram Moolenaar2013-12-111-2/+4
| | | | | | | 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.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.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.791v7.3.791Bram Moolenaar2013-01-301-0/+3
| | | | | Problem: MzScheme interface doesn't work propely. Solution: Make it work better. (Sergey Khorev)
* 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/+8
| | | | | Problem: Cannot build Ruby 1.9 with MingW or Cygwin. Solution: Add another include directory. (Ken Takata)
* updated for version 7.3.653v7.3.653Bram Moolenaar2012-09-051-23/+46
| | | | | | | 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)
* updated for version 7.3.620v7.3.620Bram Moolenaar2012-08-021-3/+8
| | | | | Problem: Building with recent Ruby on Win32 doesn't work. Solution: Add a separate argument for the API version. (Yasuhiro Matsumoto)
* updated for version 7.3.586v7.3.586Bram Moolenaar2012-07-061-1/+1
| | | | | Problem: When compiling with Cygwin or MingW MEMORYSTATUSEX is not defined. Solution: Set the default for WINVER to 0x0500.
* updated for version 7.3.500v7.3.500Bram Moolenaar2012-04-201-0/+2
| | | | | Problem: Ming makefile unconditionally sets WINVER. Solution: Only defined when not already defined. (Yasuhiro Matsumoto)
* updated for version 7.3.486v7.3.486Bram Moolenaar2012-03-281-5/+3
| | | | | Problem: Build error with mingw64 on Windows 7. Solution: Avoid the step of going through vimres.res. (Guopeng Wen)
* updated for version 7.3.460v7.3.460Bram Moolenaar2012-02-291-2/+8
| | | | | Problem: Win32: UPX does not compress 64 bit binaries. Solution: Mention and add the alternative: mpress. (Dave Bodenstab)
* updated for version 7.3.334v7.3.334Bram Moolenaar2011-10-121-3/+3
| | | | | Problem: Latest MingW about XSUBPP referencing itself. (Gongqian Li) Solution: Rename the first use to XSUBPPTRY.
* 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.304v7.3.304Bram Moolenaar2011-09-141-1/+8
| | | | | Problem: Strawberry Perl doesn't work on MS-Windows. Solution: Use xsubpp if needed. (Yasuhiro Matsumoto)
* updated for version 7.3.223v7.3.223Bram Moolenaar2011-06-191-1/+1
| | | | | | Problem: MingW cross compilation doesn't work with tiny features. Solution: Move acp_to_enc(), enc_to_utf16() and utf16_to_enc() outside of "#ifdef CLIPBOARD". Fix typo in makefile.
* updated for version 7.3.093v7.3.093Bram Moolenaar2010-12-301-4/+17
| | | | | Problem: New DLL dependencies in MingW with gcc 4.5.0. Solution: Add STATIC_STDCPLUS, LDFLAGS and split up WINDRES. (Guopeng Wen)
* updated for version 7.3.049v7.3.049Bram Moolenaar2010-11-031-3/+9
| | | | | Problem: PLT has rebranded their Scheme to Racket. Solution: Add support for Racket 5.x. (Sergey Khorev)
* updated for version 7.3.018v7.3.018Bram Moolenaar2010-09-291-1/+1
| | | | | Problem: Missing argument to windres in MingW makefiles. Solution: Add the argument that was wrapped in the patch. (Jon Maken)
* updated for version 7.3.012v7.3.012Bram Moolenaar2010-09-291-1/+1
| | | | | Problem: Problems building with MingW. Solution: Adjust the MingW makefiles. (Jon)
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-5/+43
|
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-141-3/+30
|
* Add blowfish and sha256 source files to more Makefiles.Bram Moolenaar2010-05-181-0/+2
|
* updated for version 7.2.399v7.2.399Bram Moolenaar2010-03-171-1/+3
| | | | | Problem: Cannot compile on MingW Solution: Move ifneq to separate line. (Vlad Sandrini, Dominique Pelle)
* updated for version 7.2.388v7.2.388Bram Moolenaar2010-03-101-7/+9
| | | | | Problem: Ruby with MingW still doesn't build all versions. Solution: Different approach to build file. (Sergey Khorev)
* updated for version 7.2.377v7.2.377Bram Moolenaar2010-02-261-2/+1
| | | | | | Problem: Misplaced assignment. Duplicate build line for gvimext.dll. Solution: Move setting CROSS_COMPILE to before ifneq. Remove the wrong build line. (Markus Heidelberg)
* updated for version 7.2.372v7.2.372Bram Moolenaar2010-02-241-6/+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/+4
|
* updated for version 7.2-191v7.2.191Bram Moolenaar2009-05-261-0/+26
|
* updated for version 7.1-065v7.1.065Bram Moolenaar2007-08-121-1/+2
|
* updated for version 7.1bBram Moolenaar2007-05-101-1/+1
|
* updated for version 7.0bBram Moolenaar2006-03-241-2/+2
|
* updated for version 7.0153Bram Moolenaar2005-10-031-0/+1
|
* updated for version 7.0114v7.0114Bram Moolenaar2005-07-231-0/+1
|
* updated for version 7.0112Bram Moolenaar2005-07-211-1/+1
|
* updated for version 7.0063Bram Moolenaar2005-03-221-0/+1
|
* updated for version 7.0057Bram Moolenaar2005-03-071-2/+2
|
* updated for version 7.0054Bram Moolenaar2005-02-281-3/+3
|
* updated for version 7.0046Bram Moolenaar2005-01-311-2/+0
|
* updated for version 7.0044Bram Moolenaar2005-01-251-8/+17
|
* updated for version 7.0042Bram Moolenaar2005-01-191-0/+1
|