comparison Makefile @ 2329:ad2889f48843 vim73

Added support for Python 3. (Roland Puntaier)
author Bram Moolenaar <bram@vim.org>
date Sat, 17 Jul 2010 21:19:38 +0200
parents 966a5609669e
children 99c1eba60b2d
comparison
equal deleted inserted replaced
2328:15379284e55a 2329:ad2889f48843
78 # - Update Vim version number. For a test version in: src/version.h, Contents, 78 # - Update Vim version number. For a test version in: src/version.h, Contents,
79 # MAJOR/MINOR above, VIMMAJOR and VIMMINOR in src/Makefile, README*.txt, 79 # MAJOR/MINOR above, VIMMAJOR and VIMMINOR in src/Makefile, README*.txt,
80 # runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a 80 # runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a
81 # minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def. 81 # minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def.
82 # - Correct included_patches[] in src/version.c. 82 # - Correct included_patches[] in src/version.c.
83 # - Compile Vim with GTK, Perl, Python, TCL, Ruby, MZscheme, Lua (if you can 83 # - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if
84 # make it work), Cscope and "huge" features. Exclude workshop and SNiFF. 84 # you can make it work), Cscope and "huge" features. Exclude workshop and
85 # SNiFF.
85 # - With these features: "make proto" (requires cproto and Motif installed; 86 # - With these features: "make proto" (requires cproto and Motif installed;
86 # ignore warnings for missing include files, fix problems for syntax errors). 87 # ignore warnings for missing include files, fix problems for syntax errors).
87 # - With these features: "make depend" (works best with gcc). 88 # - With these features: "make depend" (works best with gcc).
88 # - "make lint" and check the output (ignore GTK warnings). 89 # - "make lint" and check the output (ignore GTK warnings).
89 # - Enable the efence library in "src/Makefile" and run "make test". Disable 90 # - Enable the efence library in "src/Makefile" and run "make test". Disable