]>
Commit | Line | Data |
---|---|---|
fe0895cf | 1 | <?xml version="1.0" ?> |
2c92065f | 2 | <!-- $Id$ --> |
fe0895cf VS |
3 | <makefile> |
4 | ||
e94a9f4e | 5 | <include file="../build/bakefiles/config.bkl"/> |
b71531ad | 6 | |
fe0895cf VS |
7 | <template id="sub"> |
8 | <dir>$(id)</dir> | |
9 | <dependency-of>all</dependency-of> | |
10 | </template> | |
11 | ||
12 | <!-- all samples are enumerated here: --> | |
f820e98d | 13 | <subproject id="access" template="sub"/> |
72045d57 | 14 | <subproject id="animate" template="sub"/> |
fe0895cf | 15 | <subproject id="artprov" template="sub"/> |
2c92065f | 16 | <subproject id="aui" template="sub"/> |
f820e98d VS |
17 | <subproject id="calendar" template="sub"/> |
18 | <subproject id="caret" template="sub"/> | |
912c3932 | 19 | <subproject id="collpane" template="sub"/> |
f820e98d | 20 | <subproject id="config" template="sub"/> |
a340b80d | 21 | <subproject id="combo" template="sub"/> |
f820e98d VS |
22 | <subproject id="console" template="sub"/> |
23 | <subproject id="controls" template="sub"/> | |
2c92065f | 24 | <subproject id="dataview" template="sub"/> |
f820e98d | 25 | <subproject id="db" template="sub"/> |
fe0895cf | 26 | <subproject id="dialogs" template="sub"/> |
f820e98d VS |
27 | <subproject id="dialup" template="sub"/> |
28 | <subproject id="display" template="sub"/> | |
29 | <subproject id="dnd" template="sub"/> | |
30 | <subproject id="docview" template="sub"/> | |
31 | <subproject id="docvwmdi" template="sub"/> | |
32 | <subproject id="dragimag" template="sub"/> | |
33 | <subproject id="drawing" template="sub"/> | |
f820e98d VS |
34 | <subproject id="erase" template="sub"/> |
35 | <subproject id="event" template="sub"/> | |
36 | <subproject id="exec" template="sub"/> | |
b71531ad | 37 | <subproject id="except" template="sub"/> |
f820e98d VS |
38 | <subproject id="font" template="sub"/> |
39 | <subproject id="grid" template="sub"/> | |
40 | <subproject id="help" template="sub"/> | |
41 | <subproject id="htlbox" template="sub"/> | |
42 | <subproject id="html" template="sub"/> | |
fe0895cf | 43 | <subproject id="image" template="sub"/> |
f820e98d VS |
44 | <subproject id="internat" template="sub"/> |
45 | <subproject id="ipc" template="sub"/> | |
46 | <subproject id="joytest" template="sub"/> | |
47 | <subproject id="keyboard" template="sub"/> | |
48 | <subproject id="layout" template="sub"/> | |
f820e98d VS |
49 | <subproject id="listctrl" template="sub"/> |
50 | <subproject id="mdi" template="sub"/> | |
eaf0d558 | 51 | <subproject id="mediaplayer" template="sub"/> |
f820e98d VS |
52 | <subproject id="memcheck" template="sub"/> |
53 | <subproject id="menu" template="sub"/> | |
fe0895cf | 54 | <subproject id="minimal" template="sub"/> |
f820e98d | 55 | <subproject id="mobile" 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"/> |
f820e98d | 62 | <subproject id="printing" template="sub"/> |
f820e98d VS |
63 | <subproject id="regtest" template="sub"/> |
64 | <subproject id="render" template="sub"/> | |
2c92065f | 65 | <subproject id="richtext" template="sub"/> |
f820e98d VS |
66 | <subproject id="sashtest" template="sub"/> |
67 | <subproject id="scroll" template="sub"/> | |
68 | <subproject id="scrollsub" template="sub"/> | |
69 | <subproject id="shaped" template="sub"/> | |
70 | <subproject id="sockets" template="sub"/> | |
0d9c603d | 71 | <subproject id="sound" template="sub"/> |
8032564e | 72 | <subproject id="splash" template="sub"/> |
f820e98d VS |
73 | <subproject id="splitter" template="sub"/> |
74 | <subproject id="statbar" template="sub"/> | |
54429bb3 | 75 | <subproject id="stc" template="sub"/> |
f820e98d VS |
76 | <subproject id="taskbar" template="sub"/> |
77 | <subproject id="text" template="sub"/> | |
78 | <subproject id="thread" template="sub"/> | |
79 | <subproject id="toolbar" template="sub"/> | |
80 | <subproject id="treectrl" template="sub"/> | |
81 | <subproject id="typetest" template="sub"/> | |
82 | <subproject id="validate" template="sub"/> | |
83 | <subproject id="vscroll" template="sub"/> | |
84 | <subproject id="widgets" template="sub"/> | |
85 | <subproject id="wizard" template="sub"/> | |
77bf709f JS |
86 | <!-- Put samples most likely to fail at the end --> |
87 | <subproject id="mfc" template="sub"/> | |
fe0895cf VS |
88 | |
89 | </makefile> |