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