2003-06-23 18:31:50 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
|
|
|
|
<exe id="widgets" template="wx_sample" template_append="wx_append">
|
2006-05-24 10:56:15 -04:00
|
|
|
<sources>
|
|
|
|
button.cpp
|
|
|
|
checkbox.cpp
|
|
|
|
combobox.cpp
|
|
|
|
datepick.cpp
|
|
|
|
gauge.cpp
|
2006-05-30 07:55:24 -04:00
|
|
|
hyperlnk.cpp
|
2006-05-24 10:56:15 -04:00
|
|
|
listbox.cpp
|
|
|
|
notebook.cpp
|
2006-05-31 19:57:54 -04:00
|
|
|
picker.cpp
|
2006-05-24 10:56:15 -04:00
|
|
|
radiobox.cpp
|
|
|
|
slider.cpp
|
|
|
|
spinbtn.cpp
|
|
|
|
static.cpp
|
|
|
|
textctrl.cpp
|
|
|
|
toggle.cpp
|
|
|
|
widgets.cpp
|
|
|
|
</sources>
|
2006-05-17 15:49:09 -04:00
|
|
|
<wx-lib>adv</wx-lib>
|
|
|
|
<wx-lib>html</wx-lib>
|
2003-06-23 18:31:50 -04:00
|
|
|
<wx-lib>core</wx-lib>
|
2003-07-04 09:45:12 -04:00
|
|
|
<wx-lib>base</wx-lib>
|
2006-05-17 15:49:09 -04:00
|
|
|
<win32-res>../sample.rc</win32-res>
|
2003-06-23 18:31:50 -04:00
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|