2006-01-08 11:23:03 -05:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="dataview" template="wx_sample" template_append="wx_append">
|
2009-03-04 12:21:40 -05:00
|
|
|
<sources>dataview.cpp mymodels.cpp</sources>
|
|
|
|
<headers>mymodels.h</headers>
|
2006-02-26 14:26:19 -05:00
|
|
|
<wx-lib>adv</wx-lib>
|
2006-01-08 11:23:03 -05:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
2006-03-24 03:22:29 -05:00
|
|
|
<win32-res>../sample.rc</win32-res>
|
2006-01-08 11:23:03 -05:00
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|