]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxArtProvider sample (not yet finished)
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 25 Mar 2002 23:37:08 +0000 (23:37 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 25 Mar 2002 23:37:08 +0000 (23:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index c8631addcfcc572ebb063e370b55aaa576c9c3db..5271276cffd012fcd6350f74cda4f232af0bc24c 100755 (executable)
--- a/configure
+++ b/configure
@@ -20304,7 +20304,7 @@ if test "$wxUSE_GUI" = "yes"; then
     LIBS="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS"
 
         
-            SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \
+            SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \
                      drawing dynamic erase event exec font image \
                      minimal richedit rotate widgets"
 
index 5cc0d2d3670cdfcb5deb05b702c74e5905135dac..fda3eb1a8c06e200bfad8112847eae666810db20 100644 (file)
@@ -4681,7 +4681,7 @@ if test "$wxUSE_GUI" = "yes"; then
 
     dnl TODO some samples are never built so far:
     dnl      ipc, mfc, nativdlg, oleauto, ownerdrw
-    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS controls dialogs \
+    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \
                      drawing dynamic erase event exec font image \
                      minimal richedit rotate widgets"