samples.bkl 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <include file="../build/bakefiles/config.bkl"/>
  4. <template id="optsub">
  5. <dir>$(id)</dir>
  6. </template>
  7. <template id="sub" template="optsub">
  8. <dependency-of>all</dependency-of>
  9. </template>
  10. <!-- all samples are enumerated here: -->
  11. <subproject id="access" template="sub"/>
  12. <subproject id="animate" template="sub"/>
  13. <subproject id="artprov" template="sub"/>
  14. <subproject id="aui" template="sub"/>
  15. <subproject id="calendar" template="sub"/>
  16. <subproject id="caret" template="sub"/>
  17. <subproject id="clipboard" template="sub"/>
  18. <subproject id="collpane" template="sub"/>
  19. <subproject id="combo" template="sub"/>
  20. <subproject id="config" template="sub"/>
  21. <subproject id="console" template="sub"/>
  22. <subproject id="controls" template="sub"/>
  23. <subproject id="dataview" template="sub"/>
  24. <subproject id="dialogs" template="sub"/>
  25. <subproject id="dialup" template="sub"/>
  26. <subproject id="display" template="sub"/>
  27. <subproject id="dll" template="sub"/>
  28. <subproject id="dnd" template="sub"/>
  29. <subproject id="docview" template="sub"/>
  30. <subproject id="dragimag" template="sub"/>
  31. <subproject id="drawing" template="sub"/>
  32. <subproject id="erase" template="sub"/>
  33. <subproject id="event" template="sub"/>
  34. <subproject id="except" template="sub"/>
  35. <subproject id="exec" template="sub"/>
  36. <subproject id="font" template="sub"/>
  37. <subproject id="grid" template="sub"/>
  38. <subproject id="help" template="sub"/>
  39. <subproject id="htlbox" template="sub"/>
  40. <subproject id="html" template="sub"/>
  41. <subproject id="image" template="sub"/>
  42. <subproject id="internat" template="sub"/>
  43. <subproject id="ipc" template="sub"/>
  44. <subproject id="joytest" template="sub"/>
  45. <subproject id="keyboard" template="sub"/>
  46. <subproject id="layout" template="sub"/>
  47. <subproject id="listctrl" template="sub"/>
  48. <subproject id="mdi" template="sub"/>
  49. <subproject id="mediaplayer" template="sub"/>
  50. <subproject id="menu" template="sub"/>
  51. <subproject id="minimal" template="sub"/>
  52. <subproject id="nativdlg" template="sub"/>
  53. <subproject id="notebook" template="sub"/>
  54. <subproject id="oleauto" template="sub"/>
  55. <subproject id="opengl" template="sub"/>
  56. <subproject id="ownerdrw" template="sub"/>
  57. <subproject id="popup" template="sub"/>
  58. <subproject id="power" template="sub"/>
  59. <subproject id="preferences" template="sub"/>
  60. <subproject id="printing" template="sub"/>
  61. <subproject id="propgrid" template="sub"/>
  62. <subproject id="regtest" template="sub"/>
  63. <subproject id="render" template="sub"/>
  64. <subproject id="ribbon" template="sub"/>
  65. <subproject id="richtext" template="sub"/>
  66. <subproject id="sashtest" template="sub"/>
  67. <subproject id="scroll" template="sub"/>
  68. <subproject id="shaped" template="sub"/>
  69. <subproject id="sockets" template="sub"/>
  70. <subproject id="sound" template="sub"/>
  71. <subproject id="splash" template="sub"/>
  72. <subproject id="splitter" template="sub"/>
  73. <subproject id="statbar" template="sub"/>
  74. <subproject id="stc" template="sub"/>
  75. <subproject id="svg" template="sub"/>
  76. <subproject id="taborder" template="sub"/>
  77. <subproject id="taskbar" template="sub"/>
  78. <subproject id="text" template="sub"/>
  79. <subproject id="thread" template="sub"/>
  80. <subproject id="toolbar" template="sub"/>
  81. <subproject id="treectrl" template="sub"/>
  82. <subproject id="typetest" template="sub"/>
  83. <subproject id="uiaction" template="sub"/>
  84. <subproject id="validate" template="sub"/>
  85. <subproject id="vscroll" template="sub"/>
  86. <subproject id="webview" template="sub"/>
  87. <subproject id="widgets" template="sub"/>
  88. <subproject id="wizard" template="sub"/>
  89. <subproject id="wrapsizer" template="sub"/>
  90. <subproject id="xrc" template="sub"/>
  91. <!--
  92. These samples don't always build (they need non-default wxWidgets
  93. configuration or some 3rd party library being installed) so don't build
  94. them by default by using "optsub" template instead of "sub" one and
  95. some of them also require MSVC compiler so don't use them with the
  96. other ones.
  97. -->
  98. <if cond="FORMAT[:3] == 'msv'">
  99. <subproject id="flash" template="optsub"/>
  100. <subproject id="mfc" template="optsub"/>
  101. </if>
  102. <subproject id="memcheck" template="optsub"/>
  103. </makefile>