2003-06-23 22:31:50 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
2006-03-12 14:34:31 +00:00
|
|
|
<exe id="nettest" template="wx_sample"
|
|
|
|
template_append="wx_append"
|
|
|
|
cond="PLATFORM_MSDOS=='0'">
|
2003-06-23 22:31:50 +00:00
|
|
|
<sources>nettest.cpp</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
2003-07-04 13:45:12 +00:00
|
|
|
<wx-lib>base</wx-lib>
|
2003-06-23 22:31:50 +00:00
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|