]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
Add some refreshes to try and workaround a display glitch
[wxWidgets.git] / wx-config.in
index d052b469eb887d40981636534f0d355fc8236b49..7b4202d9a653ceedefaeea9e03bc0bdea82b9a66 100755 (executable)
@@ -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,10 @@ 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.
+
 EOF
 
     exit $1
@@ -233,7 +238,7 @@ cppflags()
     includes="-I${libdir}/wx/include/${TOOLCHAIN_NAME}$includes"
 
     # in inplace case we need to also add path to contrib headers -- do it
-    # unconditionnally as they might be used and we have no way of knowing if
+    # unconditionally as they might be used and we have no way of knowing if
     # they really are
     if test $inplace_flag = yes ; then
         includes="$includes -I${prefix}/contrib/include"