X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11bc0805dec30cdc07c17cc13d075520efd4e17a..94f52d90c97b067b4626cc4cd6ac46a71fa54484:/wx-config.in diff --git a/wx-config.in b/wx-config.in index 0dbdbca3be..601f173a50 100755 --- a/wx-config.in +++ b/wx-config.in @@ -36,16 +36,17 @@ while test $# -gt 0; do echo $exec_prefix ;; --version) - echo 1.93 + echo 1.99 ;; --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_1_0 @DL_LIBRARY@ @GUI_TK_LIBRARY@ @THREADS_LINK@ @EXTRA_LINK@ ;; *) echo "${usage}" 1>&2