]> git.saurik.com Git - wxWidgets.git/blame - samples/html/html_samples.bkl
Add wxHtmlHelpController::SetShouldPreventAppExit().
[wxWidgets.git] / samples / html / html_samples.bkl
CommitLineData
f3965110
VS
1<?xml version="1.0" ?>
2<makefile>
3
4 <include file="../../build/bakefiles/config.bkl"/>
5
6 <template id="sub">
7 <dir>$(id)</dir>
8 <dependency-of>all</dependency-of>
3f8f6b8f 9 <installable>no</installable>
f3965110
VS
10 </template>
11
12 <!-- all samples are enumerated here: -->
13 <subproject id="about" template="sub"/>
14 <subproject id="help" template="sub"/>
15 <subproject id="helpview" template="sub"/>
16 <subproject id="printing" template="sub"/>
17 <subproject id="test" template="sub"/>
18 <subproject id="virtual" template="sub"/>
19 <subproject id="widget" template="sub"/>
20 <subproject id="zip" template="sub"/>
21
22</makefile>