]>
Commit | Line | Data |
---|---|---|
fe0895cf VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
5 | ||
9539ad0b MB |
6 | <exe id="client" template="wx_sample" template_append="wx_append"> |
7 | <sources>client.cpp</sources> | |
fe0895cf | 8 | <wx-lib>core</wx-lib> |
9c859e43 | 9 | <wx-lib>base</wx-lib> |
9539ad0b MB |
10 | <win32-res>client.rc</win32-res> |
11 | </exe> | |
12 | ||
13 | <exe id="server" template="wx_sample" template_append="wx_append"> | |
14 | <sources>server.cpp</sources> | |
15 | <wx-lib>core</wx-lib> | |
16 | <wx-lib>base</wx-lib> | |
17 | <win32-res>server.rc</win32-res> | |
fe0895cf VS |
18 | </exe> |
19 | ||
20 | </makefile> |