Build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -6222,7 +6222,7 @@ fi
|
|||||||
|
|
||||||
TOOLKIT=GTK
|
TOOLKIT=GTK
|
||||||
TOOLKIT_DEF=__WXGTK__
|
TOOLKIT_DEF=__WXGTK__
|
||||||
WX_LINK=-lwx_gtk
|
WX_LINK=-lwx_gtk_1_0
|
||||||
MAKEINCLUDE=../gtk.inc
|
MAKEINCLUDE=../gtk.inc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@@ -1021,7 +1021,7 @@ if test "$wxUSE_GTK" = 1; then
|
|||||||
], AC_MSG_ERROR(Is gtk-config in path and GTK+ is version 1.0.4?))
|
], AC_MSG_ERROR(Is gtk-config in path and GTK+ is version 1.0.4?))
|
||||||
TOOLKIT=GTK
|
TOOLKIT=GTK
|
||||||
TOOLKIT_DEF=__WXGTK__
|
TOOLKIT_DEF=__WXGTK__
|
||||||
WX_LINK=-lwx_gtk
|
WX_LINK=-lwx_gtk_1_0
|
||||||
MAKEINCLUDE=../gtk.inc
|
MAKEINCLUDE=../gtk.inc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@@ -46,7 +46,7 @@ while test $# -gt 0; do
|
|||||||
echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@
|
echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@
|
||||||
;;
|
;;
|
||||||
--libs)
|
--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
|
echo "${usage}" 1>&2
|
||||||
|
Reference in New Issue
Block a user