2003-06-23 22:31:50 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="controls" template="wx_sample" template_append="wx_append">
|
|
|
|
<sources>controls.cpp</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
2003-07-04 13:45:12 +00:00
|
|
|
<wx-lib>base</wx-lib>
|
2003-06-23 22:31:50 +00:00
|
|
|
<win32-res>controls.rc</win32-res>
|
|
|
|
</exe>
|
2003-09-04 18:09:53 +00:00
|
|
|
|
|
|
|
<wx-data id="data">
|
|
|
|
<files>
|
|
|
|
test2.bmp
|
|
|
|
</files>
|
|
|
|
</wx-data>
|
2003-06-23 22:31:50 +00:00
|
|
|
|
|
|
|
</makefile>
|