]> git.saurik.com Git - wxWidgets.git/blame - samples/samples.bkl
Applied patch [ 767518 ] BCB6 resource compiler chokes on dialog1.rc
[wxWidgets.git] / samples / samples.bkl
CommitLineData
fe0895cf
VS
1<?xml version="1.0" ?>
2<makefile>
3
e94a9f4e
VS
4 <include file="../build/bakefiles/config.bkl"/>
5
fe0895cf
VS
6 <template id="sub">
7 <dir>$(id)</dir>
8 <dependency-of>all</dependency-of>
9 </template>
10
11 <!-- all samples are enumerated here: -->
12 <subproject id="artprov" template="sub"/>
e94a9f4e 13 <subproject id="console" template="sub" cond="USE_GUI=='0'"/>
fe0895cf
VS
14 <subproject id="dialogs" template="sub"/>
15 <subproject id="image" template="sub"/>
16 <subproject id="minimal" template="sub"/>
17
18</makefile>