X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71771e3525e961a4ecb7b0e7ce415b5c839b7831..c8841d1493e0d19085990c9e331dd85c4da45d8e:/misc/scripts/set_install_name?ds=sidebyside diff --git a/misc/scripts/set_install_name b/misc/scripts/set_install_name index 343a3252ec..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 <