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:
parent
18647d11af
commit
8bce5cda15
15
configure
vendored
15
configure
vendored
@ -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"
|
||||||
|
17
configure.in
17
configure.in
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user