Added Rez support to wx-config for MacOS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2001-10-15 10:06:24 +00:00
parent c641b1d20d
commit 2baaf735f4
3 changed files with 328 additions and 326 deletions

View File

@@ -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 ;