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