]> git.saurik.com Git - wxWidgets.git/blob - samples/htlbox/htlbox.bkl
Send full url to wxHtmlWindow::OnOpeningURL validation (and therefore use wxURL to...
[wxWidgets.git] / samples / htlbox / htlbox.bkl
1 <?xml version="1.0" ?>
2 <makefile>
3
4 <include file="../../build/bakefiles/common_samples.bkl"/>
5
6 <exe id="htlbox" template="wx_sample" template_append="wx_append">
7 <sources>htlbox.cpp</sources>
8 <wx-lib>html</wx-lib>
9 <wx-lib>core</wx-lib>
10 <wx-lib>net</wx-lib>
11 <wx-lib>base</wx-lib>
12 <win32-res>htlbox.rc</win32-res>
13 </exe>
14
15 </makefile>