diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-18 18:04:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-18 18:04:50 +0200 |
commit | 6df6f47d6dc59fe82b95b9c2f4a4d542fd5ac239 (patch) | |
tree | 4832d5b27b1220617848917e3036687e3167557d /Makefile | |
parent | dc536095ac452c12e9bb4c69b473d28d51e8d4b9 (diff) | |
download | vim-git-6df6f47d6dc59fe82b95b9c2f4a4d542fd5ac239.tar.gz |
Make automatic prototype generation work with more interfaces.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,7 +86,8 @@ DOSBIN_S = dosbin_s # - With these features: "make proto" (requires cproto and Motif installed; # ignore warnings for missing include files, fix problems for syntax errors). # - With these features: "make depend" (works best with gcc). -# - "make lint" and check the output (ignore GTK warnings). +# - If you have a lint program: "make lint" and check the output (ignore GTK +# warnings). # - Enable the efence library in "src/Makefile" and run "make test". Disable # Python and Ruby to avoid trouble with threads (efence is not threadsafe). # - Check for missing entries in runtime/makemenu.vim (with checkmenu script). |