From: Václav Slavík Date: Mon, 25 Mar 2002 23:37:08 +0000 (+0000) Subject: added wxArtProvider sample (not yet finished) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/867a54b6daafc24de2d848724e4e3387bdaadd1b?ds=inline added wxArtProvider sample (not yet finished) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index c8631addcf..5271276cff 100755 --- 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" diff --git a/configure.in b/configure.in index 5cc0d2d367..fda3eb1a8c 100644 --- a/configure.in +++ b/configure.in @@ -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"