2008-09-12 20:57:41 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="propgrid" template="wx_sample" template_append="wx_append">
|
|
|
|
<sources>
|
|
|
|
propgrid.cpp
|
|
|
|
propgrid_minimal.cpp
|
|
|
|
sampleprops.cpp
|
|
|
|
tests.cpp
|
|
|
|
</sources>
|
2009-03-04 11:47:32 +00:00
|
|
|
<headers>
|
|
|
|
sampleprops.h
|
|
|
|
propgrid.h
|
|
|
|
</headers>
|
2008-09-12 20:57:41 +00:00
|
|
|
<wx-lib>propgrid</wx-lib>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
<win32-res>../sample.rc</win32-res>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|