2003-06-23 18:31:50 -04:00
|
|
|
<?xml version="1.0" ?>
|
2006-10-20 04:01:06 -04:00
|
|
|
<!-- $Id$ -->
|
2003-06-23 18:31:50 -04:00
|
|
|
<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"/>
|
2003-06-23 18:31:50 -04:00
|
|
|
<subproject id="artprov" template="sub"/>
|
2006-10-20 04:01:06 -04:00
|
|
|
<subproject id="aui" template="sub"/>
|
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"/>
|
|
|
|
<subproject id="controls" 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"/>
|
2003-09-27 11:48:14 -04:00
|
|
|
<subproject id="except" template="sub"/>
|
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"/>
|
|
|
|
<subproject id="help" template="sub"/>
|
|
|
|
<subproject id="htlbox" template="sub"/>
|
|
|
|
<subproject id="html" template="sub"/>
|
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"/>
|
2004-11-11 00:40:58 -05:00
|
|
|
<subproject id="mediaplayer" template="sub"/>
|
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"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="printing" template="sub"/>
|
2008-09-18 11:23:18 -04:00
|
|
|
<subproject id="propgrid" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="regtest" template="sub"/>
|
|
|
|
<subproject id="render" template="sub"/>
|
2009-09-16 19:18:55 -04:00
|
|
|
<subproject id="ribbon" template="sub"/>
|
2006-10-20 04:01:06 -04:00
|
|
|
<subproject id="richtext" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="sashtest" template="sub"/>
|
|
|
|
<subproject id="scroll" template="sub"/>
|
|
|
|
<subproject id="shaped" template="sub"/>
|
|
|
|
<subproject id="sockets" template="sub"/>
|
2004-02-01 05:53:59 -05:00
|
|
|
<subproject id="sound" template="sub"/>
|
2004-08-04 13:14:30 -04:00
|
|
|
<subproject id="splash" template="sub"/>
|
2003-08-07 09:18:33 -04:00
|
|
|
<subproject id="splitter" template="sub"/>
|
|
|
|
<subproject id="statbar" template="sub"/>
|
2007-04-05 02:27:23 -04:00
|
|
|
<subproject id="stc" template="sub"/>
|
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"/>
|
|
|
|
<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"/>
|
2011-08-19 06:45:16 -04:00
|
|
|
<subproject id="webview" 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"/>
|
2009-05-30 12:42:51 -04:00
|
|
|
<subproject id="xrc" template="sub"/>
|
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="flash" template="optsub"/>
|
|
|
|
<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>
|