summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1197: MS-Windows build instructions are not up to datev8.0.1197Bram Moolenaar2017-10-151-2/+4
| | | | | Problem: MS-Windows build instructions are not up to date. Solution: Adjust the instructions. Fix the nsis script.
* patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installerv8.0.1191Bram Moolenaar2017-10-141-6/+17
| | | | | | Problem: MS-Windows: missing 32 and 64 bit files in installer. Solution: Include both 32 and 64 bit GvimExt and related dll files. Remove old Windows code from the installer. (Ken Takata, closes #2144)
* patch 8.0.1183: MS-Windows build instructions are outdatedv8.0.1183Bram Moolenaar2017-10-081-15/+9
| | | | | Problem: MS-Windows build instructions are outdated. Solution: Update instructions for MSVC 2015. Update the build script.
* patch 8.0.0410: newer gettext/iconv library has extra dll filev8.0.0410Bram Moolenaar2017-03-041-1/+3
| | | | | Problem: Newer gettext/iconv library has extra dll file. Solution: Add the file to the Makefile and nsis script. (Christian Brabandt)
* Vim 8.0 releasev8.0.0000Bram Moolenaar2016-09-121-7/+9
|
* patch 7.4.2365v7.4.2365Bram Moolenaar2016-09-121-1/+1
| | | | | Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools".
* patch 7.4.2340v7.4.2340Bram Moolenaar2016-09-061-1/+1
| | | | | | Problem: MS-Windows: Building with Ruby uses old version. Solution: Update to 2.2.X. Use clearer name for the API version. (Ken Takata)
* patch 7.4.2288v7.4.2288Bram Moolenaar2016-08-281-8/+10
| | | | | Problem: MS-Windows build instructions are clumsy. "dosbin" doesn't build. Solution: Add rename.bat. Fix building "dosbin".
* patch 7.4.2286v7.4.2286Bram Moolenaar2016-08-281-84/+11
| | | | | | | Problem: The tee program isn't included. Makefile contains build instructions that don't work. Solution: Update the Filelist and build instructions. Remove build instructions for DOS and old Windows. Add the tee program.
* patch 7.4.2053v7.4.2053Bram Moolenaar2016-07-161-1/+1
| | | | | Problem: Can't run scripttests in the top directory. Solution: Add targets to the top Makefile.
* patch 7.4.1601v7.4.1601Bram Moolenaar2016-03-191-22/+18
| | | | | Problem: README files take a lot of space in the top directory. Solution: Move most of them to "READMEdir".
* patch 7.4.1106v7.4.1106Bram Moolenaar2016-01-161-1/+5
| | | | | | | | Problem: The nsis script can't be used from the appveyor build. Solution: Add "ifndef" to allow for variables to be set from the command line. Remove duplicate SetCompressor command. Support using other gettext binaries. (Ken Takata) Update build instructions to use libintl-8.dll.
* patch 7.4.1025v7.4.1025Bram Moolenaar2016-01-021-1/+12
| | | | | Problem: Version in installer needs to be updated manually. Solution: Generate a file with the version number. (Guopeng Wen)
* patch 7.4.1023v7.4.1023Bram Moolenaar2016-01-021-61/+48
| | | | | | Problem: The distribution files for MS-Windows use CR-LF, which is inconsistent with what one gets from github. Solution: Use LF in the distribution files.
* patch 7.4.996v7.4.996Bram Moolenaar2015-12-291-1/+14
| | | | | | Problem: New GDK files and testdir/Make_all.mak missing from distribution. PC build instructions are outdated. Solution: Add the file to the list. Update PC build instructions.
* release version 7.4v7.4Bram Moolenaar2013-08-101-7/+11
|
* Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar2013-07-281-2/+2
|
* Vim 7.4a BETA release.v7.4aBram Moolenaar2013-07-061-3/+6
|
* updated for version 7.3.1307v7.3.1307Bram Moolenaar2013-07-041-38/+51
| | | | | Problem: MS-Windows build instructions are outdated. Solution: Adjust for building on Windows 7. Drop Windows 95/98/ME support.
* updated for version 7.3.122v7.3.122Bram Moolenaar2011-02-151-0/+6
| | | | | | Problem: Having auto/config.mk in the repository causes problems. Solution: Remove auto/config.mk from the distribution. In the toplevel Makefile copy it from the "dist" file.
* Last changes for the 7.3 release!v7.3Bram Moolenaar2010-08-151-1/+1
|
* README and help file updates.Bram Moolenaar2010-08-141-1/+2
|
* Version 7.3f -> 7.3gBram Moolenaar2010-08-141-1/+1
|
* Preparations for 7.3f release.Bram Moolenaar2010-08-131-2/+3
|
* Version 7.3e -> 7.3f.Bram Moolenaar2010-08-091-1/+1
|
* Update version number in gvim.exe manifest. (Michael Wookey)Bram Moolenaar2010-08-061-1/+2
|
* 7.3d -> 7.3e.Bram Moolenaar2010-08-041-1/+1
|
* Preparations for 7.3d release.Bram Moolenaar2010-08-041-5/+4
|
* Version 7.3c -> 7.3dBram Moolenaar2010-08-011-1/+1
|
* 7.3b -> 7.3cBram Moolenaar2010-07-251-3/+3
|
* Vim 7.3a -> 7.3b.Bram Moolenaar2010-07-181-2/+5
|
* Make automatic prototype generation work with more interfaces.Bram Moolenaar2010-07-181-1/+2
|
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-2/+3
|
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-141-2/+2
|
* Make the dos installer work with more compilers.Bram Moolenaar2010-07-071-1/+2
|
* Adjust MS-Windows installer so that it also works for 64 bit systems. (GeorgeBram Moolenaar2010-07-071-1/+1
| | | | Reilly)
* Improve the MS-Windows installer.Bram Moolenaar2010-05-241-32/+38
|
* Remove outdated line from top Makefile.Bram Moolenaar2010-05-161-3/+0
|
* Get rid of the "extra" and "lang" archives.Bram Moolenaar2010-05-151-71/+36
|
* First step in the Vim 7.3 branch. Changed version numbers.Bram Moolenaar2010-05-151-4/+4
|
* Minor text file updates.Bram Moolenaar2010-01-061-10/+10
|
* updated for version 7.2-000v7.2.000v7.2Bram Moolenaar2008-08-091-1/+1
|
* updated for version 7.2c-000v7.2c.000Bram Moolenaar2008-08-061-1/+1
|
* updated for version 7.2b-000v7.2b.000Bram Moolenaar2008-07-131-2/+2
|
* updated for version 7.2a-00v7.2a.00Bram Moolenaar2008-06-251-6/+9
|
* updated for version 7.1Bram Moolenaar2007-05-121-3/+4
|
* updated for version 7.1bBram Moolenaar2007-05-101-3/+3
|
* updated for version 7.1aBram Moolenaar2007-05-061-2/+2
|
* updated for version 7.1aBram Moolenaar2007-05-051-11/+12
|
* updated for version 7.0v7.0Bram Moolenaar2006-05-071-1/+1
|