comparison Makefile @ 2320:966a5609669e vim73

Added Lua interfae. (Luis Carvalho)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jul 2010 23:23:17 +0200
parents 573da4dac306
children ad2889f48843
comparison
equal deleted inserted replaced
2319:c79ccf947487 2320:966a5609669e
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 (if you can make it 83 # - Compile Vim with GTK, Perl, Python, TCL, Ruby, MZscheme, Lua (if you can
84 # work), Cscope and "huge" features. Exclude workshop and SNiFF. 84 # make it work), Cscope and "huge" features. Exclude workshop and SNiFF.
85 # - With these features: "make proto" (requires cproto and Motif installed; 85 # - With these features: "make proto" (requires cproto and Motif installed;
86 # ignore warnings for missing include files, fix problems for syntax errors). 86 # ignore warnings for missing include files, fix problems for syntax errors).
87 # - With these features: "make depend" (works best with gcc). 87 # - With these features: "make depend" (works best with gcc).
88 # - "make lint" and check the output (ignore GTK warnings). 88 # - "make lint" and check the output (ignore GTK warnings).
89 # - Enable the efence library in "src/Makefile" and run "make test". Disable 89 # - Enable the efence library in "src/Makefile" and run "make test". Disable