X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/233c6e7fb063aa09ae72a3aef1d00d678ea70cc8..3eee64e7cfbf7741766bee8f7e612045dd8a3ad0:/misc/scripts/set_install_name diff --git a/misc/scripts/set_install_name b/misc/scripts/set_install_name index 80c2beed97..87b1aa13a0 100755 --- a/misc/scripts/set_install_name +++ b/misc/scripts/set_install_name @@ -4,34 +4,38 @@ # Purpose: set install_name for wx shared libraries under Mac OS X # Usage: run with --help option to see the instructions # Copyright: (c) 2005 Vadim Zeitlin -# Version: $Id$ # Licence: wxWindows licence ################################################################################ quiet=0 verbose=0 libdir= +tool_prefix= install_path= cmd= Usage() { + name=`basename $0` cat 1>&2 <