comparison src/link.sh @ 1125:96cd8222a819

updated for version 7.1a
author vimboss
date Sat, 05 May 2007 18:24:42 +0000
parents 3e7d17e425b0
children 99e5a139e67a
comparison
equal deleted inserted replaced
1124:da2a955f150a 1125:96cd8222a819
3 # link.sh -- try linking Vim with different sets of libraries, finding the 3 # link.sh -- try linking Vim with different sets of libraries, finding the
4 # minimal set for fastest startup. The problem is that configure adds a few 4 # minimal set for fastest startup. The problem is that configure adds a few
5 # libraries when they exist, but this doesn't mean they are needed for Vim. 5 # libraries when they exist, but this doesn't mean they are needed for Vim.
6 # 6 #
7 # Author: Bram Moolenaar 7 # Author: Bram Moolenaar
8 # Last change: 2005 Jan 25 8 # Last change: 2006 Sep 26
9 # License: Public domain
9 # 10 #
10 # Warning: This fails miserably if the linker doesn't return an error code! 11 # Warning: This fails miserably if the linker doesn't return an error code!
11 # 12 #
12 # Otherwise this script is fail-safe, falling back to the original full link 13 # Otherwise this script is fail-safe, falling back to the original full link
13 # command if anything fails. 14 # command if anything fails.