]> git.saurik.com Git - wxWidgets.git/blame - build/bakefiles/common_samples.bkl
don't set score files permissions to 0666, why would this be needed or wanted? (and...
[wxWidgets.git] / build / bakefiles / common_samples.bkl
CommitLineData
ddf98968 1<?xml version="1.0" ?>
52de10ef
VS
2<!-- $Id$ -->
3
ddf98968
VS
4<makefile>
5
52de10ef 6 <set var="file_common_samples_included">1</set>
ddf98968 7
1f9e3582
VS
8 <if cond="not isdefined('OUT_OF_TREE_MAKEFILES')">
9 <set var="OUT_OF_TREE_MAKEFILES">0</set>
ddf98968 10 </if>
cdc0282e 11
1f9e3582
VS
12 <if cond="OUT_OF_TREE_MAKEFILES=='1'">
13 <include file="common_samples_outoftree.bkl"/>
14 </if>
15 <if cond="OUT_OF_TREE_MAKEFILES=='0'">
16 <include file="common_samples_intree.bkl"/>
425c0d76
VS
17 </if>
18
ddf98968 19</makefile>