comparison Makefile @ 5146:6ec6b7ff2d43 v7.4a

Vim 7.4a BETA release.
author Bram Moolenaar <bram@vim.org>
date Sat, 06 Jul 2013 15:44:11 +0200
parents 3dafc80e781b
children 09c88160095d
comparison
equal deleted inserted replaced
5145:f34c9a9a5112 5146:6ec6b7ff2d43
72 # overwritten! 72 # overwritten!
73 # To do all this you need the Unix archive and compiled binaries. 73 # To do all this you need the Unix archive and compiled binaries.
74 # Before creating an archive first delete all backup files, *.orig, etc. 74 # Before creating an archive first delete all backup files, *.orig, etc.
75 75
76 MAJOR = 7 76 MAJOR = 7
77 MINOR = 3 77 MINOR = 4a
78 78
79 # Uncomment this line if the Win32s version is to be included. 79 # Uncomment this line if the Win32s version is to be included.
80 DOSBIN_S = dosbin_s 80 # DOSBIN_S = dosbin_s
81 81
82 # Uncomment this line if the 16 bit DOS version is to be included. 82 # Uncomment this line if the 16 bit DOS version is to be included.
83 # DOSBIN_D16 = dosbin_d16 83 # DOSBIN_D16 = dosbin_d16
84
85 # Uncomment this line if the 32 bit DOS version is to be included.
86 # DOSBIN_D32 = dosbin_d32
84 87
85 # CHECKLIST for creating a new version: 88 # CHECKLIST for creating a new version:
86 # 89 #
87 # - Update Vim version number. For a test version in: src/version.h, Contents, 90 # - Update Vim version number. For a test version in: src/version.h, Contents,
88 # MAJOR/MINOR above, VIMMAJOR and VIMMINOR in src/Makefile, README*.txt, 91 # MAJOR/MINOR above, VIMMAJOR and VIMMINOR in src/Makefile, README*.txt,
461 runtime_unix2dos: dosrt_unix2dos 464 runtime_unix2dos: dosrt_unix2dos
462 -rm -rf `find runtime/dos -type f -print | sed -e /AAPDIR/d` 465 -rm -rf `find runtime/dos -type f -print | sed -e /AAPDIR/d`
463 cd dist/vim/$(VIMRTDIR); tar cf - * \ 466 cd dist/vim/$(VIMRTDIR); tar cf - * \
464 | (cd ../../../runtime/dos; tar xf -) 467 | (cd ../../../runtime/dos; tar xf -)
465 468
466 dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_ole $(DOSBIN_S) $(DOSBIN_D16) 469 dosbin: prepare dosbin_gvim dosbin_w32 $(DOSBIN_D32) dosbin_ole $(DOSBIN_S) $(DOSBIN_D16)
467 470
468 # make Win32 gvim 471 # make Win32 gvim
469 dosbin_gvim: dist no_title.vim dist/$(COMMENT_GVIM) 472 dosbin_gvim: dist no_title.vim dist/$(COMMENT_GVIM)
470 -rm -rf dist/gvim$(VERSION).zip 473 -rm -rf dist/gvim$(VERSION).zip
471 -rm -rf dist/vim 474 -rm -rf dist/vim