remove f.html and fft.html; they're old and unlinked from other test HTML pages
[wxWidgets.git] / samples / html / test / test.bkl
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>
12         <wx-lib>net</wx-lib>
13         <wx-lib>base</wx-lib>
14         <win32-res>test.rc</win32-res>
15     </exe>
16
17     <wx-data id="data">
18         <files>
19             imagemap.png pic.png pic2.bmp i18n.gif
20             imagemap.htm tables.htm test.htm listtest.htm 8859_2.htm cp1250.htm
21             regres.htm foo.png subsup.html
22         </files>
23     </wx-data>
24
25 </makefile>