]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
typo fix
[wxWidgets.git] / wx-config.in
index 7c9760b9039783cd398924e6cb465a3621ac17f0..af75d05c1c76d9f19b6f8de1a796051266913abb 100755 (executable)
@@ -12,7 +12,7 @@ usage()
 {
     cat <<EOF
 Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version]
-                 [--libs] [--gl-libs] [--cppflags] [--cflags] [--cxxflags]
+                 [--libs] [--gl-libs] [--cppflags] [--cflags] [--cxxflags] [--rezflags]
                  [--cc] [--cxx] [--ld]
 
 wx-config returns configuration information about the installed
@@ -76,6 +76,9 @@ while test $# -gt 0; do
     --cxxflags)
       echo `cppflags` @CODE_GEN_FLAGS@ @CODE_GEN_FLAGS_CXX@
       ;;
+    --rezflags)
+      echo @LIBWXMACRESWXCONFIG@
+      ;;
     --libs)
       if test "${cross_compiling}" != "yes" \
               -a @libdir@ != /usr/lib ;