]> git.saurik.com Git - wxWidgets.git/blob - samples/html/widget/widget.bkl
Send full url to wxHtmlWindow::OnOpeningURL validation (and therefore use wxURL to...
[wxWidgets.git] / samples / html / widget / widget.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="../../../build/bakefiles/common_samples.bkl"/>
7
8 <exe id="widget" template="wx_sample" template_append="wx_append">
9 <sources>widget.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>widget.rc</win32-res>
15 </exe>
16
17 <wx-data id="data">
18 <files>start.htm</files>
19 </wx-data>
20
21 </makefile>