]> git.saurik.com Git - wxWidgets.git/blame - build/bakefiles/common_samples.bkl
update comment about SDKs
[wxWidgets.git] / build / bakefiles / common_samples.bkl
CommitLineData
ddf98968 1<?xml version="1.0" ?>
52de10ef
VS
2<!-- $Id$ -->
3
ddf98968
VS
4<makefile>
5
1f9e3582
VS
6 <if cond="not isdefined('OUT_OF_TREE_MAKEFILES')">
7 <set var="OUT_OF_TREE_MAKEFILES">0</set>
ddf98968 8 </if>
cdc0282e 9
1f9e3582
VS
10 <if cond="OUT_OF_TREE_MAKEFILES=='1'">
11 <include file="common_samples_outoftree.bkl"/>
12 </if>
13 <if cond="OUT_OF_TREE_MAKEFILES=='0'">
14 <include file="common_samples_intree.bkl"/>
425c0d76
VS
15 </if>
16
ddf98968 17</makefile>