]>
Commit | Line | Data |
---|---|---|
670ec357 | 1 | <?xml version="1.0" ?> |
7d5ab151 | 2 | <!-- $Id$ --> |
670ec357 VS |
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 | |
dd65d8c8 | 12 | arrays/arrays.cpp |
a9e99461 RN |
13 | datetime/datetimetest.cpp |
14 | fileconf/fileconftest.cpp | |
15 | filename/filenametest.cpp | |
16 | filesys/filesystest.cpp | |
17 | fontmap/fontmaptest.cpp | |
18 | formatconverter/formatconvertertest.cpp | |
f9c3d39b | 19 | hashes/hashes.cpp |
a9e99461 RN |
20 | longlong/longlongtest.cpp |
21 | mbconv/mbconvtest.cpp | |
22 | regex/regextest.cpp | |
23 | regex/wxregextest.cpp | |
1cd53e88 | 24 | strings/strings.cpp |
405b7d91 | 25 | strings/stdstrings.cpp |
387f829e | 26 | strings/unicode.cpp |
cf8ee08b | 27 | strings/crt.cpp |
7735998c VS |
28 | streams/bstream.cpp |
29 | streams/ffilestream.cpp | |
30 | streams/filestream.cpp | |
31 | streams/memstream.cpp | |
32d49041 | 32 | streams/sstream.cpp |
7735998c | 33 | streams/zlibstream.cpp |
d37da5ef | 34 | uris/uris.cpp |
670ec357 | 35 | </sources> |
d37da5ef | 36 | <wx-lib>net</wx-lib> |
670ec357 VS |
37 | <wx-lib>base</wx-lib> |
38 | </exe> | |
39 | ||
387f829e VS |
40 | <wx-data id="data"> |
41 | <files>testdata.fc</files> | |
42 | </wx-data> | |
43 | ||
670ec357 | 44 | </makefile> |