diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-06 15:44:11 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-06 15:44:11 +0200 |
commit | 913df81e7420fa20742e27f9918f12695c403da6 (patch) | |
tree | 9edff00363e2b544b7340866261c3713561bd4a4 /Makefile | |
parent | dc8b25cbf36a1926c93319fed6259b2a2344bdde (diff) | |
download | vim-git-913df81e7420fa20742e27f9918f12695c403da6.tar.gz |
Vim 7.4a BETA release.v7.4a
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -74,14 +74,17 @@ 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 = 3 +MINOR = 4a # Uncomment this line if the Win32s version is to be included. -DOSBIN_S = dosbin_s +# DOSBIN_S = dosbin_s # Uncomment this line if the 16 bit DOS version is to be included. # DOSBIN_D16 = dosbin_d16 +# Uncomment this line if the 32 bit DOS version is to be included. +# DOSBIN_D32 = dosbin_d32 + # CHECKLIST for creating a new version: # # - Update Vim version number. For a test version in: src/version.h, Contents, @@ -463,7 +466,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_ole $(DOSBIN_S) $(DOSBIN_D16) +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) |