Correction for make install and wxMac static libs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2001-10-21 23:01:11 +00:00
parent d15a8ad4ee
commit 6fa882bd0a
2 changed files with 336 additions and 328 deletions

660
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -2295,6 +2295,10 @@ if test "$wxUSE_SHARED" = "no"; then
WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
fi
if test "$wxUSE_MAC" = 1; then
WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
fi
if test "$wxUSE_OPENGL" = "yes"; then
WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"