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">
|
2003-09-27 20:23:08 -04:00
|
|
|
<sources>button.cpp checkbox.cpp combobox.cpp gauge.cpp listbox.cpp
|
|
|
|
notebook.cpp radiobox.cpp slider.cpp spinbtn.cpp static.cpp
|
|
|
|
textctrl.cpp widgets.cpp</sources>
|
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>
|
2003-06-23 18:31:50 -04:00
|
|
|
<win32-res>widgets.rc</win32-res>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|