MinGW compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-07-01 20:02:59 +00:00
parent d5c22e0757
commit b3dfbbc910
6 changed files with 17 additions and 4 deletions

4
configure vendored
View File

@@ -19371,7 +19371,7 @@ echo "${ECHO_T}$wx_cv_w32api_win32_ie" >&6
CPPFLAGS="$CPPFLAGS -D_WIN32_IE=0x400"
fi
LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
LIBS="$LIBS -loleacc"
@@ -19379,7 +19379,7 @@ echo "${ECHO_T}$wx_cv_w32api_win32_ie" >&6
case "${host}" in
*-*-cygwin* )
LIBS="$LIBS -lkernel32 -luser32 -lcomdlg32"
LIBS="$LIBS -lkernel32 -luser32"
TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
esac