]> git.saurik.com Git - wxWidgets.git/blob - demos/dbbrowse/dbbrowse.bkl
regenerated all makefiles with bakefile 0.2.0; removed REZ option from config.bkl...
[wxWidgets.git] / demos / dbbrowse / dbbrowse.bkl
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" cond="USE_ODBC=='1'">
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>
17 <wx-lib>dbgrid</wx-lib>
18 <wx-lib>adv</wx-lib>
19 <wx-lib>odbc</wx-lib>
20 <wx-lib>html</wx-lib>
21 <wx-lib>xml</wx-lib>
22 <wx-lib>core</wx-lib>
23 <wx-lib>base</wx-lib>
24 <win32-res>dbbrowse.rc</win32-res>
25 </exe>
26
27 <wx-data id="data_help_std">
28 <dstdir>$(BUILDDIR)/help.std</dstdir>
29 <srcdir>$(SRCDIR)/help.std</srcdir>
30 <files>
31 compiler.htm
32 dbbrowse.hhc
33 dbbrowse.hhk
34 dbbrowse.hhp
35 dbbrowse.htm
36 getcol.htm
37 getcolsh.htm
38 icons.htm
39 picgrams.htm
40 problems.htm
41 remstar.htm
42 sample.htm
43 startprm.htm
44 todo.htm
45 wxdb.htm
46 wxtable.htm
47 </files>
48 </wx-data>
49
50 <wx-data id="data_help_png">
51 <dstdir>$(BUILDDIR)/help.png</dstdir>
52 <srcdir>$(SRCDIR)/help.png</srcdir>
53 <files>
54 col.png
55 d_closed.png
56 d_open.png
57 dsn.png
58 dsnclose.png
59 dsnopen.png
60 f_closed.png
61 f_open.png
62 gnu.png
63 gtk.png
64 imbau.png
65 kde.png
66 key.png
67 keyf.png
68 linux.png
69 logo.png
70 motif.png
71 msvc.png
72 odbc.png
73 pgmctrl.png
74 redh.png
75 remstar.png
76 server.png
77 suse.png
78 tab.png
79 view.png
80 winnt.png
81 wins.png
82 </files>
83 </wx-data>
84
85 </makefile>