]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
fixed Stricmp ifdef to also check for __unix__
[wxWidgets.git] / wx-config.in
index 0dbdbca3be47d3fc39817e84c565357383d95eb4..44b607839e9703871fb5dea0e5383b5a572e5f62 100755 (executable)
@@ -36,16 +36,17 @@ while test $# -gt 0; do
       echo $exec_prefix
       ;;
     --version)
-      echo 1.93
+      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