utils.bkl 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <include file="../build/bakefiles/config.bkl"/>
  4. <template id="sub">
  5. <dependency-of>all</dependency-of>
  6. </template>
  7. <subproject id="emulator" template="sub">
  8. <dir>emulator/src</dir>
  9. <installable>no</installable>
  10. </subproject>
  11. <subproject id="execmon" template="sub">
  12. <dir>execmon</dir>
  13. <installable>yes</installable>
  14. </subproject>
  15. <subproject id="helpview" template="sub">
  16. <dir>helpview/src</dir>
  17. <installable>no</installable>
  18. </subproject>
  19. <subproject id="hhp2cached" template="sub">
  20. <dir>hhp2cached</dir>
  21. <installable>no</installable>
  22. </subproject>
  23. <subproject id="ifacecheck" template="sub">
  24. <dir>ifacecheck/src</dir>
  25. <installable>yes</installable>
  26. </subproject>
  27. <subproject id="screenshotgen" template="sub">
  28. <dir>screenshotgen/src</dir>
  29. <installable>yes</installable>
  30. </subproject>
  31. <subproject id="wxrc" template="sub">
  32. <dir>wxrc</dir>
  33. <installable>yes</installable>
  34. </subproject>
  35. </makefile>