Added trace and debug printing info.
[wine.git] / documentation / wine-devel.sgml
blob216d5bfb8114bc0949116e9dec5034be33bb00a8
1 <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
3 <!entity debugger SYSTEM "debugger.sgml">
4 <!entity documentation SYSTEM "documentation.sgml">
5 <!entity patches SYSTEM "patches.sgml">
6 <!entity testing SYSTEM "testing.sgml">
7 <!entity i18n SYSTEM "i18n.sgml">
9 <!entity architecture SYSTEM "architecture.sgml">
10 <!entity debugging SYSTEM "debugging.sgml">
11 <!entity ole SYSTEM "ole.sgml">
12 <!entity opengl SYSTEM "opengl.sgml">
13 <!entity ddraw SYSTEM "ddraw.sgml">
14 <!entity multimedia SYSTEM "multimedia.sgml">
15 <!entity threading SYSTEM "threading.sgml">
16 <!entity address-space SYSTEM "address-space.sgml">
18 <!entity implementation SYSTEM "implementation.sgml">
19 <!entity porting SYSTEM "porting.sgml">
20 <!entity consoles SYSTEM "consoles.sgml">
21 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
25 <book id="index">
26 <bookinfo>
27 <title>Wine Developer's Guide</title>
29 <!-- Until we learn how to format this thing nicely,
30 we can't really incude it -->
31 <!--authorgroup>
32 <author>
33 <firstname>Uwe</firstname>
34 <surname>Bonnes</surname>
35 </author>
36 <author>
37 <firstname>Jonathan</firstname>
38 <surname>Buzzard</surname>
39 </author>
40 <author>
41 <firstname>Zoran</firstname>
42 <surname>Dzelajlija</surname>
43 </author>
44 <author>
45 <firstname>Klaas</firstname>
46 <surname>van Gend</surname>
47 </author>
48 <author>
49 <firstname>Francois</firstname>
50 <surname>Gouget</surname>
51 </author>
52 <author>
53 <firstname>Jon</firstname>
54 <surname>Griffiths</surname>
55 </author>
56 <author>
57 <firstname>Albert</firstname>
58 <surname>den Haan</surname>
59 </author>
60 <author>
61 <firstname>Mike</firstname>
62 <surname>Hearn</surname>
63 </author>
64 <author>
65 <firstname>Ove</firstname>
66 <surname>Kaaven</surname>
67 </author>
68 <author>
69 <firstname>Tony</firstname>
70 <surname>Lambregts</surname>
71 </author>
72 <author>
73 <firstname>Marcus</firstname>
74 <surname>Meissner</surname>
75 </author>
76 <author>
77 <firstname>Gerard</firstname>
78 <surname>Patel</surname>
79 </author>
80 <author>
81 <firstname>Dimitrie</firstname>
82 <surname>Paun</surname>
83 </author>
84 <author>
85 <firstname>Michele</firstname>
86 <surname>Petrovski</surname>
87 </author>
88 <author>
89 <firstname>Eric</firstname>
90 <surname>Pouech</surname>
91 </author>
92 <author>
93 <firstname>Douglas</firstname>
94 <surname>Ridgway</surname>
95 </author>
96 <author>
97 <firstname>John</firstname>
98 <surname>Sheets</surname>
99 </author>
100 <author>
101 <firstname>Lionel</firstname>
102 <surname>Ulmer</surname>
103 </author>
104 <author>
105 <firstname>Ulrich</firstname>
106 <surname>Weigand</surname>
107 </author>
108 <author>
109 <firstname>Morten</firstname>
110 <surname>Welinder</surname>
111 </author>
112 </authorgroup-->
113 </bookinfo>
115 <part id="part-one">
116 <title>Developing Wine</title>
118 &debugger;
119 &documentation;
120 &patches;
121 &testing;
122 &i18n;
123 </part>
125 <part id="part-two">
126 <title>Wine Architecture</title>
128 &architecture;
129 &debugging;
130 &ole;
131 &opengl;
132 &ddraw;
133 &multimedia;
134 &threading;
135 </part>
137 <part id="part-three">
138 <title>Advanced Topics</title>
139 &implementation;
140 &porting;
141 &consoles;
142 &address-space;
143 &cvs-regression;
144 </part>
146 </book>