]>
Commit | Line | Data |
---|---|---|
fe0895cf VS |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
e94a9f4e | 4 | <include file="../build/bakefiles/config.bkl"/> |
b71531ad | 5 | |
fe0895cf VS |
6 | <template id="sub"> |
7 | <dir>$(id)</dir> | |
8 | <dependency-of>all</dependency-of> | |
9 | </template> | |
10 | ||
11 | <!-- all samples are enumerated here: --> | |
f820e98d | 12 | <subproject id="access" template="sub"/> |
fe0895cf | 13 | <subproject id="artprov" template="sub"/> |
f820e98d VS |
14 | <subproject id="calendar" template="sub"/> |
15 | <subproject id="caret" template="sub"/> | |
16 | <subproject id="checklst" template="sub"/> | |
17 | <subproject id="config" template="sub"/> | |
18 | <subproject id="console" template="sub"/> | |
19 | <subproject id="controls" template="sub"/> | |
20 | <subproject id="db" template="sub"/> | |
fe0895cf | 21 | <subproject id="dialogs" template="sub"/> |
f820e98d VS |
22 | <subproject id="dialup" template="sub"/> |
23 | <subproject id="display" template="sub"/> | |
24 | <subproject id="dnd" template="sub"/> | |
25 | <subproject id="docview" template="sub"/> | |
26 | <subproject id="docvwmdi" template="sub"/> | |
27 | <subproject id="dragimag" template="sub"/> | |
28 | <subproject id="drawing" template="sub"/> | |
29 | <subproject id="dynamic" template="sub"/> | |
30 | <subproject id="erase" template="sub"/> | |
31 | <subproject id="event" template="sub"/> | |
32 | <subproject id="exec" template="sub"/> | |
b71531ad | 33 | <subproject id="except" template="sub"/> |
f820e98d VS |
34 | <subproject id="font" template="sub"/> |
35 | <subproject id="grid" template="sub"/> | |
36 | <subproject id="help" template="sub"/> | |
37 | <subproject id="htlbox" template="sub"/> | |
38 | <subproject id="html" template="sub"/> | |
fe0895cf | 39 | <subproject id="image" template="sub"/> |
f820e98d VS |
40 | <subproject id="internat" template="sub"/> |
41 | <subproject id="ipc" template="sub"/> | |
42 | <subproject id="joytest" template="sub"/> | |
43 | <subproject id="keyboard" template="sub"/> | |
44 | <subproject id="layout" template="sub"/> | |
45 | <subproject id="listbox" template="sub"/> | |
46 | <subproject id="listctrl" template="sub"/> | |
47 | <subproject id="mdi" template="sub"/> | |
eaf0d558 | 48 | <subproject id="mediaplayer" template="sub"/> |
f820e98d VS |
49 | <subproject id="memcheck" template="sub"/> |
50 | <subproject id="menu" template="sub"/> | |
51 | <subproject id="mfc" template="sub"/> | |
52 | <subproject id="minifram" template="sub"/> | |
fe0895cf | 53 | <subproject id="minimal" template="sub"/> |
f820e98d VS |
54 | <subproject id="mobile" template="sub"/> |
55 | <subproject id="multimon" template="sub"/> | |
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"/> | |
61 | <subproject id="png" template="sub"/> | |
98d5b42b | 62 | <subproject id="popup" template="sub"/> |
f820e98d VS |
63 | <subproject id="printing" template="sub"/> |
64 | <subproject id="propsize" template="sub"/> | |
65 | <subproject id="regtest" template="sub"/> | |
66 | <subproject id="render" template="sub"/> | |
67 | <subproject id="richedit" template="sub"/> | |
68 | <subproject id="rotate" template="sub"/> | |
69 | <subproject id="sashtest" template="sub"/> | |
70 | <subproject id="scroll" template="sub"/> | |
71 | <subproject id="scrollsub" template="sub"/> | |
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"/> | |
f820e98d VS |
78 | <subproject id="taskbar" template="sub"/> |
79 | <subproject id="text" template="sub"/> | |
80 | <subproject id="thread" template="sub"/> | |
81 | <subproject id="toolbar" template="sub"/> | |
82 | <subproject id="treectrl" template="sub"/> | |
83 | <subproject id="typetest" template="sub"/> | |
84 | <subproject id="validate" template="sub"/> | |
85 | <subproject id="vscroll" template="sub"/> | |
86 | <subproject id="widgets" template="sub"/> | |
87 | <subproject id="wizard" template="sub"/> | |
fe0895cf VS |
88 | |
89 | </makefile> |