wx-config didn't include WXUSINGDLL on Mingw

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-03-16 13:28:35 +00:00
parent efe6c06ffc
commit e194780eb0
2 changed files with 558 additions and 294 deletions

848
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -3377,6 +3377,10 @@ EOF
chmod +x change-install-names
;;
*-*-cygwin* | *-*-mingw32* )
TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
;;
esac
dnl set target to shared if not explicitly chose static before