From 741a9306b372d3fb2e3170ebcfa7942de5d7c0dc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 12 Nov 1999 16:47:37 +0000 Subject: [PATCH] more samples added to SAMPLES_SUBDIRS (minimal, font, richedit) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 3646c5ffb8..92c215edd7 100755 --- a/configure +++ b/configure @@ -12067,7 +12067,7 @@ if test "$wxUSE_SCROLLBAR" = "yes"; then #define wxUSE_SCROLLBAR 1 EOF - SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll" + SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub" fi if test "$wxUSE_SLIDER" = "yes"; then @@ -12289,7 +12289,7 @@ CXXFLAGS=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'` if test "$wxUSE_GUI" = "yes"; then SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS bombs controls dialogs drawing dynamic \ - forty fractal image wxpoem" + font forty fractal image minimal richedit wxpoem" else SAMPLES_SUBDIRS="" fi diff --git a/configure.in b/configure.in index 5e5ada0afb..1b10697ce7 100644 --- a/configure.in +++ b/configure.in @@ -2943,7 +2943,7 @@ if test "$wxUSE_GUI" = "yes"; then dnl TODO some samples are never built so far: dnl mfc, nativdlg, oleauto, ownerdrw, proplist SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS bombs controls dialogs drawing dynamic \ - forty fractal image wxpoem" + font forty fractal image minimal richedit wxpoem" else SAMPLES_SUBDIRS="" fi -- 2.45.2