From 8122471f4f28ec1b26bb088ca0ec2f5633dc1a0d Mon Sep 17 00:00:00 2001 From: George Tasker Date: Sun, 30 Jan 2000 18:29:40 +0000 Subject: [PATCH] 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 --- demos/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/Makefile.in b/demos/Makefile.in index f0d1d65..3a61b32 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 -- 2.7.4