2003-06-23 22:31:50 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
2003-07-19 15:14:34 +00:00
|
|
|
<exe id="client" template="wx_sample" template_append="wx_append">
|
|
|
|
<sources>client.cpp</sources>
|
2003-06-23 22:31:50 +00:00
|
|
|
<wx-lib>core</wx-lib>
|
2003-07-27 22:41:06 +00:00
|
|
|
<wx-lib>net</wx-lib>
|
2003-07-04 13:45:12 +00:00
|
|
|
<wx-lib>base</wx-lib>
|
2003-07-19 15:14:34 +00:00
|
|
|
<win32-res>client.rc</win32-res>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
<exe id="server" template="wx_sample" template_append="wx_append">
|
|
|
|
<sources>server.cpp</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
2003-07-27 22:41:06 +00:00
|
|
|
<wx-lib>net</wx-lib>
|
2003-07-19 15:14:34 +00:00
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
<win32-res>server.rc</win32-res>
|
2003-06-23 22:31:50 +00:00
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|