]> git.saurik.com Git - wxWidgets.git/commitdiff
removed (broken) richedit sample from the list of samples to build
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Aug 2002 15:21:26 +0000 (15:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Aug 2002 15:21:26 +0000 (15:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in
samples/configure
samples/configure.in

index aaaa92713ec26c2c6fa6b10d101b6d7060c7cb4e..452abdd89d6c4e18d3dfbd135de75337708396bb 100755 (executable)
--- 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
index 0b9cf15826496985a79112c46b511f3ad75b690c..78aa20a141374a171983072c92a6edac374b773a 100644 (file)
@@ -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)"
index 275784d471e5ae8d7ef0fa8f57e38f1960d9590f..b90739b5203bab7806b0234c525958eae1cf0b4a 100755 (executable)
@@ -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
index 4468e5fbe20927a13a6572496a423ee25e971371..7f027e15ba7208cb91a088b507481a6541f181a6 100644 (file)
@@ -69,7 +69,6 @@ AC_OUTPUT([
             printing/Makefile
             proplist/Makefile
             propsize/Makefile
-            richedit/Makefile
             resource/Makefile
             rotate/Makefile
             sashtest/Makefile