zlib objects linked together with wxBase

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2000-03-19 18:51:40 +00:00
parent 7ff26ec2ae
commit a20b6d3ab3
2 changed files with 263 additions and 255 deletions

514
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1947,6 +1947,10 @@ else
ALL_OBJECTS="\$(BASE_OBJS) \${BASE_UNIX_OBJS}"
ALL_DEPFILES="\${BASE_DEPS} \${BASE_UNIX_DEPS}"
if test "$wxUSE_ZLIB" = "yes" ; then
ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
fi
dnl building wxBase only
WX_LIBRARY="wxbase"