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