From 16327fd824fd0e6d115fa0a129961ddc6d899443 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 27 Jun 2004 09:00:52 +0000 Subject: [PATCH] re-added --inplace documentation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wx-config.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wx-config.in b/wx-config.in index 4e77ba0d98..d0cd858593 100755 --- a/wx-config.in +++ b/wx-config.in @@ -167,6 +167,7 @@ Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--release] [--basename] [--static] [--libs[=LIBS]] [--gl-libs] [--cppflags] [--cflags] [--cxxflags] [--ldflags] [--rezflags] [--cc] [--cxx] [--ld] + [--inplace] wx-config returns configuration information about the installed version of wxWidgets. It may be used to query its version and @@ -195,6 +196,11 @@ in by default. --gl-libs option is deprecated, used --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. (Currently configure +must be invoked via a full path name for this to work correctly.) + EOF exit $1 -- 2.45.2