]>
Commit | Line | Data |
---|---|---|
264af224 VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
5 | ||
6 | <exe id="dbbrowse" template="wx_sample" template_append="wx_append"> | |
7 | <sources> | |
8 | dbbrowse.cpp | |
9 | doc.cpp | |
10 | pgmctrl.cpp | |
11 | tabpgwin.cpp | |
12 | browsedb.cpp | |
13 | dbtree.cpp | |
14 | dbgrid.cpp | |
15 | dlguser.cpp | |
16 | </sources> | |
f2901744 | 17 | <wx-lib>dbgrid</wx-lib> |
264af224 VS |
18 | <wx-lib>adv</wx-lib> |
19 | <wx-lib>odbc</wx-lib> | |
20 | <wx-lib>html</wx-lib> | |
21 | <wx-lib>core</wx-lib> | |
22 | <wx-lib>base</wx-lib> | |
23 | <win32-res>dbbrowse.rc</win32-res> | |
24 | </exe> | |
25 | ||
26 | </makefile> |