projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Don't do the wx cleanup if wxPython didn't do the initialization.
[wxWidgets.git]
/
demos
/
dbbrowse
/
makefile.gtk
This page requires JavaScript to run. Use
this page
instead.
0 / 15 ( 0%)
Commit
Line
Data
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