wxWidgets/utils/utils.bkl
2008-03-27 14:03:33 +00:00

26 lines
594 B
XML

<?xml version="1.0" ?>
<makefile>
<include file="../build/bakefiles/config.bkl"/>
<template id="sub">
<dependency-of>all</dependency-of>
</template>
<subproject id="emulator" template="sub">
<dir>emulator/src</dir>
<installable>no</installable>
</subproject>
<subproject id="helpview" template="sub">
<dir>helpview/src</dir>
<installable>no</installable>
</subproject>
<subproject id="ifacecheck" template="sub">
<dir>ifacecheck/src</dir>
<installable>yes</installable>
</subproject>
</makefile>