From: George Tasker Date: Sun, 30 Jan 2000 18:29:40 +0000 (+0000) Subject: Added dbbrowse demo to the list of demos X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8122471f4f28ec1b26bb088ca0ec2f5633dc1a0d Added dbbrowse demo to the list of demos git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/demos/Makefile.in b/demos/Makefile.in index f0d1d65be0..3a61b322f7 100644 --- a/demos/Makefile.in +++ b/demos/Makefile.in @@ -2,7 +2,7 @@ # Makefile : Builds wxWindows demos for Unix. # -DEMOS_SUBDIRS=bombs forty fractal life poem +DEMOS_SUBDIRS=bombs forty fractal life poem dbbrowse all: @for d in $(DEMOS_SUBDIRS); do (cd $$d && make); done