projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added missing generic include file
[wxWidgets.git]
/
demos
/
dbbrowse
/
makefile.gtk
1
2
# Top dir of wxWindows
3
top_builddir = /gtm/bart/wxGTK
4
5
PROGRAM=dbbrowser_gtk
6
7
8
OBJECTS= dbbrowse.o doc.o pgmctrl.o tabpgwin.o\
9
browsedb.o dbtree.o dbgrid.o dlguser.o
10
11
12
13
14
include $(top_builddir)/src/makeprog.env
15