diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-18 23:29:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-18 23:29:58 +0200 |
commit | d28478b5576e7c2aebf70a9fb03b4e4036dca03c (patch) | |
tree | 96e2acb26157b4eb38cf49b64043011d4092e4ad /Makefile | |
parent | 16d79a3b621e5aa21a3ec50ba4c3bfc522a3a7b3 (diff) | |
download | vim-git-d28478b5576e7c2aebf70a9fb03b4e4036dca03c.tar.gz |
Vim 7.3a -> 7.3b.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -68,11 +68,14 @@ all install uninstall tools config configure reconfig proto depend lint tags typ # Before creating an archive first delete all backup files, *.orig, etc. MAJOR = 7 -MINOR = 3a +MINOR = 3b # Uncomment this line if the Win32s version is to be included. DOSBIN_S = dosbin_s +# Uncomment this line if the 16 bit DOS version is to be included. +# DOSBIN_D16 = dosbin_d16 + # CHECKLIST for creating a new version: # # - Update Vim version number. For a test version in: src/version.h, Contents, @@ -439,7 +442,7 @@ runtime_unix2dos: dosrt_unix2dos cd dist/vim/$(VIMRTDIR); tar cf - * \ | (cd ../../../runtime/dos; tar xf -) -dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_d16 dosbin_ole $(DOSBIN_S) +dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_ole $(DOSBIN_S) $(DOSBIN_D16) # make Win32 gvim dosbin_gvim: dist no_title.vim dist/$(COMMENT_GVIM) |