X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3cb6592e97f338d6546d42588e9af7cbb8e1bd0..851b94590af2d79a598d91a7306e3cc9d6dc2bf7:/wx-config.in?ds=sidebyside diff --git a/wx-config.in b/wx-config.in index 21b379e1b5..44b607839e 100755 --- a/wx-config.in +++ b/wx-config.in @@ -36,16 +36,17 @@ while test $# -gt 0; do echo $exec_prefix ;; --version) - echo @WXGTK_VERSION@ + echo 1.94 ;; --cflags) if test @includedir@ != /usr/include ; then includes=-I@includedir@ fi + includes="$includes -I@libdir@/wx/include" echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@ ;; --libs) - echo -L@libdir@ -lwx_gtk -ldl @GUI_TK_LIBRARY@ @THREADS_LINK@ @EXTRA_LINK@ + echo -L@libdir@ -lwx_gtk @DL_LIBRARY@ @GUI_TK_LIBRARY@ @THREADS_LINK@ @EXTRA_LINK@ ;; *) echo "${usage}" 1>&2