2003-08-10 18:11:12 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../build/bakefiles/config.bkl"/>
|
2007-05-03 20:28:14 -04:00
|
|
|
|
2003-08-10 18:11:12 -04:00
|
|
|
<template id="sub">
|
|
|
|
<dependency-of>all</dependency-of>
|
|
|
|
</template>
|
|
|
|
|
2003-10-03 11:52:48 -04:00
|
|
|
<subproject id="emulator" template="sub">
|
|
|
|
<dir>emulator/src</dir>
|
|
|
|
<installable>no</installable>
|
|
|
|
</subproject>
|
2007-05-03 20:28:14 -04:00
|
|
|
|
2009-04-12 07:44:00 -04:00
|
|
|
<subproject id="execmon" template="sub">
|
|
|
|
<dir>execmon</dir>
|
|
|
|
<installable>yes</installable>
|
|
|
|
</subproject>
|
|
|
|
|
2003-10-03 11:52:48 -04:00
|
|
|
<subproject id="helpview" template="sub">
|
|
|
|
<dir>helpview/src</dir>
|
|
|
|
<installable>no</installable>
|
|
|
|
</subproject>
|
2007-05-03 20:28:14 -04:00
|
|
|
|
2008-10-06 06:00:30 -04:00
|
|
|
<subproject id="hhp2cached" template="sub">
|
|
|
|
<dir>hhp2cached</dir>
|
|
|
|
<installable>no</installable>
|
|
|
|
</subproject>
|
|
|
|
|
2008-03-22 14:02:13 -04:00
|
|
|
<subproject id="ifacecheck" template="sub">
|
|
|
|
<dir>ifacecheck/src</dir>
|
|
|
|
<installable>yes</installable>
|
|
|
|
</subproject>
|
|
|
|
|
2008-10-06 06:00:30 -04:00
|
|
|
<subproject id="screenshotgen" template="sub">
|
|
|
|
<dir>screenshotgen/src</dir>
|
|
|
|
<installable>yes</installable>
|
|
|
|
</subproject>
|
|
|
|
|
2008-11-03 17:58:45 -05:00
|
|
|
<subproject id="wxrc" template="sub">
|
|
|
|
<dir>wxrc</dir>
|
|
|
|
<installable>yes</installable>
|
|
|
|
</subproject>
|
|
|
|
|
2003-08-10 18:11:12 -04:00
|
|
|
</makefile>
|