]> git.saurik.com Git - wxWidgets.git/commitdiff
added propsize to the list of samples
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Aug 2002 18:41:23 +0000 (18:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Aug 2002 18:41:23 +0000 (18:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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

index 452abdd89d6c4e18d3dfbd135de75337708396bb..2698803199c81dc1d819f7379a4caff7ef3e51df 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 rotate widgets"
+                     minimal propsize rotate widgets"
 
         CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
 else
index 78aa20a141374a171983072c92a6edac374b773a..31b5d229d85d5c706adf2f8121838aa3488a7550 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 rotate widgets"
+                     minimal propsize rotate widgets"
 
     dnl this is needed to be able to find AFM files
     CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
index b90739b5203bab7806b0234c525958eae1cf0b4a..fc63a1c569dff8f32280dece01ba923b6bc97fa1 100755 (executable)
@@ -707,7 +707,7 @@ trap 'rm -fr `echo "
             sockets/Makefile
             splitter/Makefile
             statbar/Makefile
-           taskbar/Makefile
+            taskbar/Makefile
             text/Makefile
             thread/Makefile
             toolbar/Makefile
@@ -861,7 +861,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile
             sockets/Makefile
             splitter/Makefile
             statbar/Makefile
-           taskbar/Makefile
+            taskbar/Makefile
             text/Makefile
             thread/Makefile
             toolbar/Makefile
index 7f027e15ba7208cb91a088b507481a6541f181a6..46bb5016efbb46d32fc093fe2d04834507275332 100644 (file)
@@ -77,7 +77,7 @@ AC_OUTPUT([
             sockets/Makefile
             splitter/Makefile
             statbar/Makefile
-           taskbar/Makefile
+            taskbar/Makefile
             text/Makefile
             thread/Makefile
             toolbar/Makefile