remove -lfoo.dll hack, it appears to be unnecessary after all.. don't ask.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee 2001-11-07 07:53:33 +00:00
parent 223e7fbf29
commit 1d93af2fbf
2 changed files with 298 additions and 299 deletions

592
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -2514,11 +2514,6 @@ if test "$wxUSE_SHARED" = "yes"; then
WX_LIBRARY_IMPORTLIB="${WX_LIBRARY_NAME_SHARED}.a"
dnl FIXME: this is a hack.. do we need a --static flag to wx-config?
dnl or is this just plain wrong?
dnl This is NOT compatible with both static and dynamic linking
WXCONFIG_LIBS="${WXCONFIG_LIBS}.${SO_SUFFIX}"
SHARED_LD="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -DWXUSINGDLL=1"