15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
|
<?xml version="1.0" ?>
|
||
|
<makefile>
|
||
|
|
||
|
<include file="../../build/bakefiles/config.bkl"/>
|
||
|
|
||
|
<template id="sub">
|
||
|
<dir>$(id)</dir>
|
||
|
<dependency-of>all</dependency-of>
|
||
|
</template>
|
||
|
|
||
|
<subproject id="styles" template="sub"/>
|
||
|
<subproject id="wxedit" template="sub"/>
|
||
|
|
||
|
</makefile>
|