Add DotProduct3 support if supported by opengl.
[wine/dcerpc.git] / documentation / wine-devel.sgml
blobc7bedb73b089f0ee550a2b64346836190ffc4678
1 <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
7 <!entity debugger SYSTEM "debugger.sgml">
8 <!entity documentation SYSTEM "documentation.sgml">
9 <!entity patches SYSTEM "patches.sgml">
10 <!entity testing SYSTEM "testing.sgml">
11 <!entity i18n SYSTEM "i18n.sgml">
12 <!entity tools SYSTEM "tools.sgml">
14 <!entity architecture SYSTEM "architecture.sgml">
15 <!entity dlls SYSTEM "dlls.sgml">
16 <!entity debugging SYSTEM "debugging.sgml">
17 <!entity ole SYSTEM "ole.sgml">
18 <!entity build SYSTEM "build.sgml">
19 <!entity opengl SYSTEM "opengl.sgml">
20 <!entity multimedia SYSTEM "multimedia.sgml">
22 <!entity cvs SYSTEM "cvs.sgml">
24 <!entity implementation SYSTEM "implementation.sgml">
25 <!entity porting SYSTEM "porting.sgml">
26 <!entity consoles SYSTEM "consoles.sgml">
27 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
29 <!--
30 <!entity status SYSTEM "status.sgml">
31 -->
34 <book id="index">
35 <bookinfo>
36 <title>Wine Developer's Guide</title>
37 </bookinfo>
39 <part id="part-one">
40 <title>Developing Wine</title>
42 &debugger;
43 &documentation;
44 &patches;
45 &testing;
46 &i18n;
47 &tools;
48 </part>
50 <part id="part-two">
51 <title>Wine Architecture</title>
53 &architecture;
54 &dlls;
55 &debugging;
56 &ole;
57 &build;
58 &opengl;
59 &multimedia;
60 </part>
62 <part id="part-three">
63 <title>Using CVS</title>
64 &cvs;
65 </part>
67 <part id="part-four">
68 <title>Advanced Topics</title>
69 &implementation;
70 &porting;
71 &consoles;
72 &cvs-regression;
73 </part>
75 </book>