]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
Removed removal of config.log which is stupid and hinders debugging.
[wxWidgets.git] / wx-config.in
index 21b379e1b5d2dc6b9c517c5b3b7447a65969c351..44b607839e9703871fb5dea0e5383b5a572e5f62 100755 (executable)
@@ -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