]>
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 | |
12 | mbconv/main.cpp | |
7d5ab151 | 13 | formatconverter/formatconverter.cpp |
e70833fb | 14 | regex/regex.cpp |
bc10103e | 15 | regex/wxregex.cpp |
17c24d37 | 16 | fileconf/fileconf.cpp |
f095b1fc | 17 | filename/filename.cpp |
4827cbd9 | 18 | filesys/filesys.cpp |
cf1014a2 | 19 | arrays/arrays.cpp |
f9c3d39b | 20 | hashes/hashes.cpp |
1b035b8c | 21 | longlong/longlong.cpp |
1cd53e88 | 22 | strings/strings.cpp |
405b7d91 | 23 | strings/stdstrings.cpp |
387f829e | 24 | strings/unicode.cpp |
cf8ee08b | 25 | strings/crt.cpp |
7735998c VS |
26 | streams/bstream.cpp |
27 | streams/ffilestream.cpp | |
28 | streams/filestream.cpp | |
29 | streams/memstream.cpp | |
32d49041 | 30 | streams/sstream.cpp |
7735998c | 31 | streams/zlibstream.cpp |
816b59de | 32 | fontmap/fontmap.cpp |
edcccd84 | 33 | datetime/datetime.cpp |
670ec357 VS |
34 | </sources> |
35 | <wx-lib>base</wx-lib> | |
36 | </exe> | |
37 | ||
387f829e VS |
38 | <wx-data id="data"> |
39 | <files>testdata.fc</files> | |
40 | </wx-data> | |
41 | ||
670ec357 | 42 | </makefile> |