git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-06-23 22:49:09 +00:00
parent cbd63f42f6
commit e94a9f4e5b
2 changed files with 47 additions and 25 deletions

View File

@@ -1,6 +1,8 @@
<?xml version="1.0" ?>
<makefile>
<include file="../build/bakefiles/config.bkl"/>
<template id="sub">
<dir>$(id)</dir>
<dependency-of>all</dependency-of>
@@ -8,6 +10,7 @@
<!-- 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"/>