]>
Commit | Line | Data |
---|---|---|
b1c331c5 | 1 | <?xml version="1.0" ?> |
b1c331c5 VS |
2 | |
3 | <makefile> | |
4 | ||
5 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <exe id="about" template="wx_sample" template_append="wx_append"> | |
8 | <sources>about.cpp</sources> | |
9 | <wx-lib>html</wx-lib> | |
10 | <wx-lib>core</wx-lib> | |
11 | <wx-lib>base</wx-lib> | |
b1c331c5 VS |
12 | </exe> |
13 | ||
0c4fdf1d | 14 | <wx-data id="data_files"> |
b1c331c5 VS |
15 | <dstdir>$(BUILDDIR)/data</dstdir> |
16 | <srcdir>$(SRCDIR)/data</srcdir> | |
17 | <files> | |
18 | about.htm logo.png | |
19 | </files> | |
20 | </wx-data> | |
21 | ||
22 | </makefile> |