wxWidgets/samples/samples.bkl
Václav Slavík e94a9f4e5b updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-06-23 22:49:09 +00:00

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>