2003-06-23 18:31:50 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
2003-07-06 13:23:14 -04:00
|
|
|
<exe id="console" template="wx_sample_console"
|
|
|
|
template_append="wx_append_base">
|
2003-06-23 18:31:50 -04:00
|
|
|
<sources>console.cpp</sources>
|
2003-12-21 05:27:13 -05:00
|
|
|
<wx-lib>net</wx-lib>
|
2004-01-17 18:49:44 -05:00
|
|
|
<wx-lib>odbc</wx-lib>
|
2003-06-28 12:07:49 -04:00
|
|
|
<wx-lib>base</wx-lib>
|
2003-06-23 18:31:50 -04:00
|
|
|
</exe>
|
|
|
|
|
|
|
|
<wx-data id="data">
|
|
|
|
<files>testdata.fc</files>
|
|
|
|
</wx-data>
|
|
|
|
|
|
|
|
</makefile>
|