]>
Commit | Line | Data |
---|---|---|
d179e30b VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../build/bakefiles/config.bkl"/> | |
5 | ||
6 | <template id="sub"> | |
7 | <dir>$(id)</dir> | |
3f8f6b8f | 8 | <installable>no</installable> |
d179e30b VS |
9 | <dependency-of>all</dependency-of> |
10 | </template> | |
11 | ||
12 | <subproject id="styles" template="sub"/> | |
13 | <subproject id="wxedit" template="sub"/> | |
14 | ||
15 | </makefile> |