]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
no message
[wxWidgets.git] / wx-config.in
index a61220cfab2d5a8847fb4a4d2f96ceff2cd0ac79..e7d8382549ad74d9391e49aeac33e3f6853d6eea 100755 (executable)
@@ -36,17 +36,18 @@ while test $# -gt 0; do
       echo $exec_prefix
       ;;
     --version)
-      echo 1.93
+      echo 2.01
       ;;
     --cflags)
       if test @includedir@ != /usr/include ; then
         includes=-I@includedir@
       fi
-      includes="$includes -I@includedir@/wx/@host@"
-      echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@
+      includes="$includes -I@libdir@/wx/include"
+      echo $includes -D@TOOLKIT_DEF@ @WXDEBUG_DEFINE@
+
       ;;
     --libs)
-      echo -L@libdir@ -lwx_gtk @DL_LIBRARY@ @GUI_TK_LIBRARY@ @THREADS_LINK@ @EXTRA_LINK@
+      echo -L@libdir@ @THREADS_LINK@ -lwx_gtk2 @DL_LIBRARY@ @GUI_TK_LIBRARY@ @EXTRA_LINK@
       ;;
     *)
       echo "${usage}" 1>&2