26a0a24f38
Last work on the MS-DOS files was 10 years ago and it's not a viable platform in 2015 any more.
14 lines
303 B
XML
14 lines
303 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="nettest" template="wx_sample"
|
|
template_append="wx_append">
|
|
<sources>nettest.cpp</sources>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
</exe>
|
|
|
|
</makefile>
|