]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
Ignore failure when deleting something that might not exist
[wxWidgets.git] / wx-config.in
index 601f173a5080fb7fa1e08fd20a20b388adf8533f..19ec9ce98f10c39f247a25fec143c69384dc0c33 100755 (executable)
@@ -36,17 +36,18 @@ while test $# -gt 0; do
       echo $exec_prefix
       ;;
     --version)
-      echo 1.99
+      echo 2.0.1
       ;;
     --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@
+      echo $includes -D@TOOLKIT_DEF@ @WXDEBUG_DEFINE@
+
       ;;
     --libs)
-      echo -L@libdir@ -lwx_gtk_1_0 @DL_LIBRARY@ @GUI_TK_LIBRARY@ @THREADS_LINK@ @EXTRA_LINK@
+      echo -L@libdir@ @THREADS_LINK@ @WX_LINK@ @DL_LIBRARY@ @GUI_TK_LIBRARY@ @EXTRA_LINK@ @JPEG_LINK@
       ;;
     *)
       echo "${usage}" 1>&2