]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
Various fixes incl. checking in .po/.mo files
[wxWidgets.git] / wx-config.in
index 44b607839e9703871fb5dea0e5383b5a572e5f62..601f173a5080fb7fa1e08fd20a20b388adf8533f 100755 (executable)
@@ -36,7 +36,7 @@ while test $# -gt 0; do
       echo $exec_prefix
       ;;
     --version)
-      echo 1.94
+      echo 1.99
       ;;
     --cflags)
       if test @includedir@ != /usr/include ; then
@@ -46,7 +46,7 @@ while test $# -gt 0; do
       echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@
       ;;
     --libs)
-      echo -L@libdir@ -lwx_gtk @DL_LIBRARY@ @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