fixes to wx-config config name matching
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2fa2b08e04
commit
48112931db
6 changed files with 49 additions and 21 deletions
|
|
@ -149,7 +149,8 @@ usage()
|
|||
cat <<EOF
|
||||
Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--inplace]
|
||||
[--toolkit=TOOLKIT] [--unicode[=yes|no]] [--debug[=yes|no]]
|
||||
[--universal[=yes|no]] [--version[=VERSION]] [--release]
|
||||
[--universal[=yes|no]] [--host=HOST]
|
||||
[--version[=VERSION]] [--release]
|
||||
[--list] [--basename] [--static] [--libs] [--gl-libs]
|
||||
[--cppflags] [--cflags] [--cxxflags] [--ldflags] [--rezflags]
|
||||
[--cc] [--cxx] [--ld] [LIBRARIES]
|
||||
|
|
@ -182,9 +183,9 @@ in by default.
|
|||
--gl-libs option is deprecated, use "--libs gl" instead.
|
||||
|
||||
If there are several different builds of wxWidgets installed in same prefix,
|
||||
you can use --toolkit, --unicode, --debug, --universal and --version options
|
||||
to select one of them. Use --list option to show all available builds that
|
||||
match given criteria.
|
||||
you can use --host, --toolkit, --unicode, --debug, --universal and --version
|
||||
options to select one of them. Use --list option to show all available builds
|
||||
that match given criteria.
|
||||
|
||||
EOF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue