]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed file names to be the 8.3 name style
authorGeorge Tasker <gtasker@allenbrook.com>
Mon, 31 Jan 2000 11:43:42 +0000 (11:43 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Mon, 31 Jan 2000 11:43:42 +0000 (11:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/dbbrowse/makefile.gtk [new file with mode: 0644]

diff --git a/demos/dbbrowse/makefile.gtk b/demos/dbbrowse/makefile.gtk
new file mode 100644 (file)
index 0000000..cd8a960
--- /dev/null
@@ -0,0 +1,15 @@
+
+# Top dir of wxWindows
+top_builddir = /gtm/bart/wxGTK
+
+PROGRAM=dbbrowser_gtk
+
+
+OBJECTS= dbbrowse.o doc.o pgmctrl.o tabpgwin.o\
+         browsedb.o dbtree.o dbgrid.o  dlguser.o
+       
+
+
+
+include $(top_builddir)/src/makeprog.env
+