]> git.saurik.com Git - wxWidgets.git/commitdiff
Added dbbrowse demo to the list of demos
authorGeorge Tasker <gtasker@allenbrook.com>
Sun, 30 Jan 2000 18:29:40 +0000 (18:29 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Sun, 30 Jan 2000 18:29:40 +0000 (18:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/Makefile.in

index f0d1d65be03100504ffbdd97ddada6e6aeb14675..3a61b322f7cc1d78a78d12dace2e843de9b80b53 100644 (file)
@@ -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