]> git.saurik.com Git - wxWidgets.git/blame - samples/html/test/test.bkl
don't draw borders for bitmap buttons with wxBORDER_NONE style
[wxWidgets.git] / samples / html / test / test.bkl
CommitLineData
b1c331c5
VS
1<?xml version="1.0" ?>
2<!-- $Id$ -->
3
4<makefile>
5
6 <include file="../../../build/bakefiles/common_samples.bkl"/>
7
8 <exe id="test" template="wx_sample" template_append="wx_append">
9 <sources>test.cpp</sources>
10 <wx-lib>html</wx-lib>
11 <wx-lib>core</wx-lib>
7c4728f6 12 <wx-lib>net</wx-lib>
b1c331c5
VS
13 <wx-lib>base</wx-lib>
14 <win32-res>test.rc</win32-res>
15 </exe>
16
17 <wx-data id="data">
18 <files>
e096520b
FM
19 imagemap.png pic.png pic2.bmp i18n.gif
20 imagemap.htm tables.htm test.htm listtest.htm 8859_2.htm cp1250.htm
3c115835 21 regres.htm foo.png subsup.html
b1c331c5
VS
22 </files>
23 </wx-data>
24
25</makefile>