cleaned up --inplace description

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-07-17 18:52:18 +00:00
parent ca46ba6056
commit 89816e4f30

View File

@@ -164,10 +164,11 @@ makeabs()
usage() usage()
{ {
cat <<EOF cat <<EOF
Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--release] Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--inplace]
[--version] [--release]
[--basename] [--static] [--libs] [--gl-libs] [--basename] [--static] [--libs] [--gl-libs]
[--cppflags] [--cflags] [--cxxflags] [--ldflags] [--rezflags] [--cppflags] [--cflags] [--cxxflags] [--ldflags] [--rezflags]
[--cc] [--cxx] [--ld] [--inplace] [LIBRARIES] [--cc] [--cxx] [--ld] [LIBRARIES]
wx-config returns configuration information about the installed wx-config returns configuration information about the installed
version of wxWidgets. It may be used to query its version and version of wxWidgets. It may be used to query its version and
@@ -181,10 +182,10 @@ use it to enable builds with an uninstalled wxWidgets version for
package building and bleeding edge developers. To do so, use it like package building and bleeding edge developers. To do so, use it like
this: this:
\${wx_builddir}/wx-config --prefix=\${wx_srcdir} --exec-prefix=\${wx_builddir} \${wx_builddir}/wx-config --inplace
Note that any other options supplied must come *after* the prefix Note that any other options supplied must come *after* --inplace
specification for it to take effect. for it to take effect.
--static must come before --cppflags, --cflags, --cxxflags, --static must come before --cppflags, --cflags, --cxxflags,
--libs and --gl-libs and --libs must come before the other ones. --libs and --gl-libs and --libs must come before the other ones.
@@ -196,10 +197,6 @@ in by default.
--gl-libs option is deprecated, use "--libs gl" instead. --gl-libs option is deprecated, use "--libs gl" instead.
The --inplace flag allows wx-config to be used from the wxWindows
build directory and output flags to use the uninstalled version of
the headers and libs in the build directory.
EOF EOF
exit $1 exit $1