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
This commit is contained in:
Vadim Zeitlin
1999-11-12 16:47:37 +00:00
parent a4bacadeb2
commit 741a9306b3
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@@ -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

View File

@@ -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