Add samples mobile and ownerdrw. Make sample richedit available on all

platforms for fixing.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2005-03-11 22:13:23 +00:00
parent 18647d11af
commit 8bce5cda15
2 changed files with 23 additions and 9 deletions

15
configure vendored
View File

@ -40194,15 +40194,22 @@ fi
if test "$wxUSE_GUI" = "yes"; then if test "$wxUSE_GUI" = "yes"; then
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \ SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
drawing dynamic erase event exec font image \ dynamic erase event exec font image minimal mobile \
minimal propsize rotate shaped vscroll widgets render" mobile/wxedit mobile/styles propsize render \
richedit rotate shaped vscroll widgets"
if test "$wxUSE_MONOLITHIC" != "yes"; then if test "$wxUSE_MONOLITHIC" != "yes"; then
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console" SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
fi fi
if test "$TOOLKIT" = "MSW"; then if test "$TOOLKIT" = "MSW"; then
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS nativdlg regtest richedit" SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
if test "$wxUSE_UNIVERSAL" != "yes"; then
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
fi
fi
if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
fi fi
else else
SAMPLES_SUBDIRS="console" SAMPLES_SUBDIRS="console"

View File

@ -6287,16 +6287,23 @@ if test "$wxUSE_GUI" = "yes"; then
dnl TODO add checks that these samples will really compile (i.e. all the dnl TODO add checks that these samples will really compile (i.e. all the
dnl library features they need are present) dnl library features they need are present)
dnl TODO some samples are never built so far: mfc, ownerdrw dnl TODO some samples are never built so far: mfc (requires VC++)
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \ SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
drawing dynamic erase event exec font image \ dynamic erase event exec font image minimal mobile \
minimal propsize rotate shaped vscroll widgets render" mobile/wxedit mobile/styles propsize render \
richedit rotate shaped vscroll widgets"
if test "$wxUSE_MONOLITHIC" != "yes"; then if test "$wxUSE_MONOLITHIC" != "yes"; then
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console" SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
fi fi
if test "$TOOLKIT" = "MSW"; then if test "$TOOLKIT" = "MSW"; then
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS nativdlg regtest richedit" SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
if test "$wxUSE_UNIVERSAL" != "yes"; then
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
fi
fi
if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
fi fi
else else
SAMPLES_SUBDIRS="console" SAMPLES_SUBDIRS="console"