comparison Makefile @ 570:27d1ec742f17

updated for version 7.0162
author vimboss
date Fri, 02 Dec 2005 00:44:04 +0000
parents 862863033fdd
children c85bf6a4999b
comparison
equal deleted inserted replaced
569:bdbdec22a225 570:27d1ec742f17
78 78
79 # CHECKLIST for creating a new version: 79 # CHECKLIST for creating a new version:
80 # 80 #
81 # - Update Vim version number. For a test version in: src/version.h, Contents, 81 # - Update Vim version number. For a test version in: src/version.h, Contents,
82 # MAJOR/MINOR above, VIMRTDIR and VERSION in src/Makefile, README*.txt, 82 # MAJOR/MINOR above, VIMRTDIR and VERSION in src/Makefile, README*.txt,
83 # runtime/doc/*.txt and nsis/gvim.nsi. For a minor/major version: 83 # runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a
84 # src/GvimExt/GvimExt.reg, src/vim16.def. 84 # minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def.
85 # - Correct included_patches[] in src/version.c. 85 # - Correct included_patches[] in src/version.c.
86 # - Compile Vim with GTK, Perl, Python, TCL, Ruby, Cscope and "huge" features. 86 # - Compile Vim with GTK, Perl, Python, TCL, Ruby, Cscope and "huge" features.
87 # - With these features: "make proto" (requires cproto and Motif installed; 87 # - With these features: "make proto" (requires cproto and Motif installed;
88 # ignore warnings for missing include files, fix problems for syntax errors). 88 # ignore warnings for missing include files, fix problems for syntax errors).
89 # - With these features: "make depend" (works best with gcc). 89 # - With these features: "make depend" (works best with gcc).
123 # - "make test" and check the output. 123 # - "make test" and check the output.
124 # - Rename the executables to "vimd16.exe", "xxdd16.exe", "installd16.exe" and 124 # - Rename the executables to "vimd16.exe", "xxdd16.exe", "installd16.exe" and
125 # "uninstald16.exe". 125 # "uninstald16.exe".
126 # 32 bit DOS version: 126 # 32 bit DOS version:
127 # - Set environment for compiling with DJGPP; "gmake -f Make_djg.mak". 127 # - Set environment for compiling with DJGPP; "gmake -f Make_djg.mak".
128 # - "rm testdir/*.out", "make -f Make_djg.mak test" and check the output. 128 # - "rm testdir/*.out", "gmake -f Make_djg.mak test" and check the output.
129 # - Rename the executables to "vimd32.exe", "xxdd32.exe", "installd32.exe" and 129 # - Rename the executables to "vimd32.exe", "xxdd32.exe", "installd32.exe" and
130 # "uninstald32.exe". 130 # "uninstald32.exe".
131 # Win32 console version: 131 # Win32 console version:
132 # - Set environment for Visual C++ 5.0: "vcvars32" 132 # - Set environment for Visual C++ 5.0: "vcvars32"
133 # - "nmake -f Make_mvc.mak" 133 # - "nmake -f Make_mvc.mak"