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