Add "-framework IOKit -framework CoreServices -framework System" to wxBase on mac.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-04-07 00:24:08 +00:00
parent 286694ba26
commit 59746b65ea
2 changed files with 55 additions and 0 deletions

View File

@@ -6268,6 +6268,8 @@ if test "$wxUSE_MAC" = 1 ; then
else
LDFLAGS="$LDFLAGS -lCarbonLib"
fi
elif test "$USE_DARWIN" = 1; then
LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System"
fi
if test "$wxUSE_COCOA" = 1 ; then
LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"