Add richtext to CORE_GUI_LIBS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-10-18 00:42:43 +00:00
parent 4ec06c2eed
commit a28e037ad5
2 changed files with 7 additions and 1 deletions

View File

@@ -7732,6 +7732,9 @@ fi
if test "$wxUSE_AUI" = "yes" ; then
CORE_GUI_LIBS="aui $CORE_GUI_LIBS"
fi
if test "$wxUSE_RICHTEXT" = "yes" ; then
CORE_GUI_LIBS="richtext $CORE_GUI_LIBS"
fi
if test "$wxUSE_GUI" != "yes"; then
CORE_GUI_LIBS=""