2003-06-23 18:31:50 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
2003-06-23 18:49:09 -04:00
|
|
|
<include file="../build/bakefiles/config.bkl"/>
|
2003-09-27 11:48:14 -04:00
|
|
|
|
2008-10-03 11:29:00 -04:00
|
|
|
<template id="optsub">
|
2003-06-23 18:31:50 -04:00
|
|
|
<dir>$(id)</dir>
|
2008-10-03 11:29:00 -04:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<template id="sub" template="optsub">
|
2003-06-23 18:31:50 -04:00
|
|
|
<dependency-of>all</dependency-of>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<!-- all samples are enumerated here: -->
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="access" template="sub"/>
|
2006-10-09 13:51:07 -04:00
|
|
|
<subproject id="animate" template="sub"/>
|
2018-02-13 17:17:24 -05:00
|
|
|
<subproject id="archive" template="sub"/>
|
2003-06-23 18:31:50 -04:00
|
|
|
<subproject id="artprov" template="sub"/>
|
2017-01-22 15:01:09 -05:00
|
|
|
<subproject id="aui" template="sub" cond="USE_HTML=='1'"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="calendar" template="sub"/>
|
|
|
|
<subproject id="caret" template="sub"/>
|
2008-12-21 17:13:54 -05:00
|
|
|
<subproject id="clipboard" template="sub"/>
|
2006-10-30 15:08:17 -05:00
|
|
|
<subproject id="collpane" template="sub"/>
|
2006-05-08 19:42:45 -04:00
|
|
|
<subproject id="combo" template="sub"/>
|
2009-05-30 12:42:51 -04:00
|
|
|
<subproject id="config" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="console" template="sub"/>
|
2006-10-20 04:01:06 -04:00
|
|
|
<subproject id="dataview" template="sub"/>
|
2003-06-23 18:31:50 -04:00
|
|
|
<subproject id="dialogs" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="dialup" template="sub"/>
|
|
|
|
<subproject id="display" template="sub"/>
|
2009-12-05 13:54:40 -05:00
|
|
|
<subproject id="dll" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="dnd" template="sub"/>
|
|
|
|
<subproject id="docview" template="sub"/>
|
|
|
|
<subproject id="dragimag" template="sub"/>
|
|
|
|
<subproject id="drawing" template="sub"/>
|
|
|
|
<subproject id="erase" template="sub"/>
|
|
|
|
<subproject id="event" template="sub"/>
|
2017-02-05 06:36:01 -05:00
|
|
|
<subproject id="except" template="sub" cond="USE_EXCEPTIONS=='1'"/>
|
2009-05-30 12:42:51 -04:00
|
|
|
<subproject id="exec" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="font" template="sub"/>
|
|
|
|
<subproject id="grid" template="sub"/>
|
2017-01-22 15:01:09 -05:00
|
|
|
<subproject id="help" template="sub" cond="USE_HTML=='1'"/>
|
|
|
|
<subproject id="htlbox" template="sub" cond="USE_HTML=='1'"/>
|
|
|
|
<subproject id="html" template="sub" cond="USE_HTML=='1'"/>
|
2003-06-23 18:31:50 -04:00
|
|
|
<subproject id="image" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="internat" template="sub"/>
|
|
|
|
<subproject id="ipc" template="sub"/>
|
|
|
|
<subproject id="joytest" template="sub"/>
|
|
|
|
<subproject id="keyboard" template="sub"/>
|
|
|
|
<subproject id="layout" template="sub"/>
|
|
|
|
<subproject id="listctrl" template="sub"/>
|
|
|
|
<subproject id="mdi" template="sub"/>
|
2017-02-05 06:42:54 -05:00
|
|
|
<subproject id="mediaplayer" template="sub" cond="USE_MEDIA=='1'"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="menu" template="sub"/>
|
2003-06-23 18:31:50 -04:00
|
|
|
<subproject id="minimal" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="nativdlg" template="sub"/>
|
|
|
|
<subproject id="notebook" template="sub"/>
|
|
|
|
<subproject id="oleauto" template="sub"/>
|
|
|
|
<subproject id="opengl" template="sub"/>
|
|
|
|
<subproject id="ownerdrw" template="sub"/>
|
2005-02-05 06:35:48 -05:00
|
|
|
<subproject id="popup" template="sub"/>
|
2009-05-30 12:42:51 -04:00
|
|
|
<subproject id="power" template="sub"/>
|
2013-02-28 11:29:12 -05:00
|
|
|
<subproject id="preferences" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="printing" template="sub"/>
|
2017-02-05 06:46:01 -05:00
|
|
|
<subproject id="propgrid" template="sub" cond="USE_PROPGRID=='1'"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="regtest" template="sub"/>
|
|
|
|
<subproject id="render" template="sub"/>
|
2017-02-05 06:48:08 -05:00
|
|
|
<subproject id="ribbon" template="sub" cond="USE_RIBBON=='1'"/>
|
2017-02-05 06:52:18 -05:00
|
|
|
<subproject id="richtext" template="sub" cond="USE_HTML=='1' and USE_RICHTEXT=='1'"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="sashtest" template="sub"/>
|
|
|
|
<subproject id="scroll" template="sub"/>
|
2016-05-28 19:13:44 -04:00
|
|
|
<subproject id="secretstore" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="shaped" template="sub"/>
|
|
|
|
<subproject id="sockets" template="sub"/>
|
2004-02-01 05:53:59 -05:00
|
|
|
<subproject id="sound" template="sub"/>
|
2017-02-05 06:42:54 -05:00
|
|
|
<subproject id="splash" template="sub" cond="USE_MEDIA=='1'"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="splitter" template="sub"/>
|
|
|
|
<subproject id="statbar" template="sub"/>
|
2017-02-05 07:11:28 -05:00
|
|
|
<subproject id="stc" template="sub" cond="USE_STC=='1'"/>
|
2009-05-30 12:42:51 -04:00
|
|
|
<subproject id="svg" template="sub"/>
|
|
|
|
<subproject id="taborder" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="taskbar" template="sub"/>
|
|
|
|
<subproject id="text" template="sub"/>
|
|
|
|
<subproject id="thread" template="sub"/>
|
|
|
|
<subproject id="toolbar" template="sub"/>
|
2022-01-14 16:53:24 -05:00
|
|
|
<subproject id="treelist" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="treectrl" template="sub"/>
|
|
|
|
<subproject id="typetest" template="sub"/>
|
2010-03-06 15:09:23 -05:00
|
|
|
<subproject id="uiaction" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="validate" template="sub"/>
|
|
|
|
<subproject id="vscroll" template="sub"/>
|
2017-02-05 07:11:28 -05:00
|
|
|
<subproject id="webview" template="sub" cond="USE_STC=='1'"/>
|
2018-10-15 16:28:07 -04:00
|
|
|
<subproject id="webrequest" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="widgets" template="sub"/>
|
|
|
|
<subproject id="wizard" template="sub"/>
|
2008-05-23 19:28:53 -04:00
|
|
|
<subproject id="wrapsizer" template="sub"/>
|
2017-02-05 06:48:08 -05:00
|
|
|
<subproject id="xrc" template="sub" cond="USE_HTML=='1' and USE_RIBBON=='1'"/>
|
2009-03-21 11:39:15 -04:00
|
|
|
|
|
|
|
<!--
|
|
|
|
These samples don't always build (they need non-default wxWidgets
|
|
|
|
configuration or some 3rd party library being installed) so don't build
|
|
|
|
them by default by using "optsub" template instead of "sub" one and
|
2009-03-21 19:53:33 -04:00
|
|
|
some of them also require MSVC compiler so don't use them with the
|
2009-03-21 11:39:15 -04:00
|
|
|
other ones.
|
|
|
|
-->
|
|
|
|
<if cond="FORMAT[:3] == 'msv'">
|
|
|
|
<subproject id="mfc" template="optsub"/>
|
|
|
|
</if>
|
2008-10-03 11:29:00 -04:00
|
|
|
<subproject id="memcheck" template="optsub"/>
|
2003-06-23 18:31:50 -04:00
|
|
|
|
|
|
|
</makefile>
|