]> git.saurik.com Git - wxWidgets.git/blame - build/bakefiles/common_samples.bkl
Destroy the wxDialog::ShowWindowModalThenDo() functor a.s.a.p.
[wxWidgets.git] / build / bakefiles / common_samples.bkl
CommitLineData
ddf98968 1<?xml version="1.0" ?>
52de10ef 2
ddf98968
VS
3<makefile>
4
1f9e3582
VS
5 <if cond="not isdefined('OUT_OF_TREE_MAKEFILES')">
6 <set var="OUT_OF_TREE_MAKEFILES">0</set>
ddf98968 7 </if>
cdc0282e 8
1f9e3582
VS
9 <if cond="OUT_OF_TREE_MAKEFILES=='1'">
10 <include file="common_samples_outoftree.bkl"/>
11 </if>
12 <if cond="OUT_OF_TREE_MAKEFILES=='0'">
13 <include file="common_samples_intree.bkl"/>
425c0d76
VS
14 </if>
15
ddf98968 16</makefile>