merged docvwmdi sample into docview one to avoid having 2 almost identical samples; and modernized and cleaned up the code in the process (and now with forgotten configure changes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2d1df0fc58
commit
58481138c8
3
configure
vendored
3
configure
vendored
@ -45219,9 +45219,6 @@ if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
|
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
|
||||||
if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
|
|
||||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_HELP" = "yes"; then
|
if test "$wxUSE_HELP" = "yes"; then
|
||||||
|
@ -6310,9 +6310,6 @@ fi
|
|||||||
if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
|
if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
|
||||||
AC_DEFINE(wxUSE_DOC_VIEW_ARCHITECTURE)
|
AC_DEFINE(wxUSE_DOC_VIEW_ARCHITECTURE)
|
||||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
|
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
|
||||||
if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
|
|
||||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_HELP" = "yes"; then
|
if test "$wxUSE_HELP" = "yes"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user