591a3be426
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 lines
395 B
XML
18 lines
395 B
XML
<?xml version="1.0" ?>
|
|
<!-- $Id$ -->
|
|
|
|
<makefile>
|
|
|
|
<if cond="not isdefined('OUT_OF_TREE_MAKEFILES')">
|
|
<set var="OUT_OF_TREE_MAKEFILES">0</set>
|
|
</if>
|
|
|
|
<if cond="OUT_OF_TREE_MAKEFILES=='1'">
|
|
<include file="common_samples_outoftree.bkl"/>
|
|
</if>
|
|
<if cond="OUT_OF_TREE_MAKEFILES=='0'">
|
|
<include file="common_samples_intree.bkl"/>
|
|
</if>
|
|
|
|
</makefile>
|