e94a9f4e5b
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 lines
508 B
XML
19 lines
508 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../build/bakefiles/config.bkl"/>
|
|
|
|
<template id="sub">
|
|
<dir>$(id)</dir>
|
|
<dependency-of>all</dependency-of>
|
|
</template>
|
|
|
|
<!-- all samples are enumerated here: -->
|
|
<subproject id="artprov" template="sub"/>
|
|
<subproject id="console" template="sub" cond="USE_GUI=='0'"/>
|
|
<subproject id="dialogs" template="sub"/>
|
|
<subproject id="image" template="sub"/>
|
|
<subproject id="minimal" template="sub"/>
|
|
|
|
</makefile>
|