]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <include file="../build/bakefiles/common_samples.bkl"/> | |
7 | ||
8 | <exe id="test" template="wx_test_console" | |
9 | template_append="wx_append_base"> | |
10 | <sources> | |
11 | test.cpp | |
12 | mbconv/main.cpp | |
13 | formatconverter/formatconverter.cpp | |
14 | regex/regex.cpp | |
15 | regex/wxregex.cpp | |
16 | filename/filename.cpp | |
17 | filesys/filesys.cpp | |
18 | arrays/arrays.cpp | |
19 | hashes/hashes.cpp | |
20 | longlong/longlong.cpp | |
21 | strings/strings.cpp | |
22 | strings/stdstrings.cpp | |
23 | strings/unicode.cpp | |
24 | strings/crt.cpp | |
25 | streams/bstream.cpp | |
26 | streams/ffilestream.cpp | |
27 | streams/filestream.cpp | |
28 | streams/memstream.cpp | |
29 | streams/sstream.cpp | |
30 | streams/zlibstream.cpp | |
31 | fontmap/fontmap.cpp | |
32 | datetime/datetime.cpp | |
33 | </sources> | |
34 | <wx-lib>base</wx-lib> | |
35 | </exe> | |
36 | ||
37 | <wx-data id="data"> | |
38 | <files>testdata.fc</files> | |
39 | </wx-data> | |
40 | ||
41 | </makefile> |