2003-08-07 23:01:52 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../build/bakefiles/config.bkl"/>
|
|
|
|
|
|
|
|
<template id="sub">
|
|
|
|
<dir>$(id)</dir>
|
2003-08-09 22:31:07 +00:00
|
|
|
<installable>no</installable>
|
2003-08-07 23:01:52 +00:00
|
|
|
<dependency-of>all</dependency-of>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<subproject id="styles" template="sub"/>
|
|
|
|
<subproject id="wxedit" template="sub"/>
|
|
|
|
|
|
|
|
</makefile>
|