More compilation fixes for mingw-w64.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
10
configure
vendored
10
configure
vendored
@@ -26996,8 +26996,14 @@ fi
|
||||
|
||||
|
||||
|
||||
case "${host}" in
|
||||
x86_64-*-mingw32* )
|
||||
LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lwctl3d32 -ladvapi32 -lwsock32 -lgdi32"
|
||||
;;
|
||||
* )
|
||||
LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
|
||||
|
||||
;;
|
||||
esac
|
||||
if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
|
||||
LIBS="$LIBS -loleacc"
|
||||
fi
|
||||
@@ -40000,6 +40006,8 @@ echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
|
||||
else
|
||||
if test "$wxUSE_THREADS" = "yes" ; then
|
||||
case "${host}" in
|
||||
x86_64-*-mingw32* )
|
||||
;;
|
||||
*-*-mingw32* )
|
||||
echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
|
||||
echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
|
||||
|
Reference in New Issue
Block a user