From f459d460ea1c6d37c9f22510aceab922c1644a2d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 21 Aug 2002 15:21:26 +0000 Subject: [PATCH] removed (broken) richedit sample from the list of samples to build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- samples/configure | 4 ++-- samples/configure.in | 1 - 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/configure b/configure index aaaa92713e..452abdd89d 100755 --- a/configure +++ b/configure @@ -20856,7 +20856,7 @@ if test "$wxUSE_GUI" = "yes"; then SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \ drawing dynamic erase event exec font image \ - minimal richedit rotate widgets" + minimal rotate widgets" CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" else diff --git a/configure.in b/configure.in index 0b9cf15826..78aa20a141 100644 --- a/configure.in +++ b/configure.in @@ -4917,7 +4917,7 @@ if test "$wxUSE_GUI" = "yes"; then dnl ipc, mfc, nativdlg, oleauto, ownerdrw SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \ drawing dynamic erase event exec font image \ - minimal richedit rotate widgets" + minimal rotate widgets" dnl this is needed to be able to find AFM files CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" diff --git a/samples/configure b/samples/configure index 275784d471..b90739b520 100755 --- a/samples/configure +++ b/samples/configure @@ -699,7 +699,6 @@ trap 'rm -fr `echo " printing/Makefile proplist/Makefile propsize/Makefile - richedit/Makefile resource/Makefile rotate/Makefile sashtest/Makefile @@ -708,6 +707,7 @@ trap 'rm -fr `echo " sockets/Makefile splitter/Makefile statbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile @@ -853,7 +853,6 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile printing/Makefile proplist/Makefile propsize/Makefile - richedit/Makefile resource/Makefile rotate/Makefile sashtest/Makefile @@ -862,6 +861,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile sockets/Makefile splitter/Makefile statbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile diff --git a/samples/configure.in b/samples/configure.in index 4468e5fbe2..7f027e15ba 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -69,7 +69,6 @@ AC_OUTPUT([ printing/Makefile proplist/Makefile propsize/Makefile - richedit/Makefile resource/Makefile rotate/Makefile sashtest/Makefile