X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24176f2c11bbed90bfc481d953efbe8fcdf3ab9c..9fe52545f5b4a21e3cdeab5d0aa8d9e6a91355c3:/configure.in diff --git a/configure.in b/configure.in index 38d4ad92f9..8e3ceeae73 100644 --- a/configure.in +++ b/configure.in @@ -1603,14 +1603,6 @@ if test "$wxUSE_GUI" = "yes"; then INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw" - dnl VZ: my mingw32 doesn't define WINVER which means that __WIN95__ is - dnl not defined in wx/defs.h and all kinds of things break so I - dnl add it here - dnl - dnl if newer versions of mingw32 do define it, we should - dnl explicitly test for this - CXXFLAGS="${CXXFLAGS} -DWINVER=0x0400" - dnl --- Quick & Dirty ; link against most/all libraries dnl --- This will bloat the executable, but it'll work for now... LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"