Fixed atom test to work on Windows.
[wine/multimedia.git] / documentation / wine-devel.sgml
blob65529d449e5ee88a1b0ebfa5b56cb68a285c0fa7
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 compiling SYSTEM "compiling.sgml">
8 <!entity debugging SYSTEM "debugging.sgml">
9 <!entity documentation SYSTEM "documentation.sgml">
10 <!entity testing SYSTEM "testing.sgml">
11 <!entity patches SYSTEM "patches.sgml">
12 <!entity i18n SYSTEM "i18n.sgml">
13 <!entity porting SYSTEM "porting.sgml">
15 <!entity architecture SYSTEM "architecture.sgml">
16 <!entity ole SYSTEM "ole.sgml">
17 <!entity debugger SYSTEM "debugger.sgml">
18 <!entity consoles SYSTEM "consoles.sgml">
19 <!entity implementation SYSTEM "implementation.sgml">
20 <!entity opengl SYSTEM "opengl.sgml">
21 <!entity build SYSTEM "build.sgml">
22 <!entity tools SYSTEM "tools.sgml">
23 <!entity dlls SYSTEM "dlls.sgml">
24 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
26 <!--
27 <!entity status SYSTEM "status.sgml">
28 -->
31 <book id="index">
32 <bookinfo>
33 <title>Wine Developer's Guide</title>
34 </bookinfo>
36 <part id="part-one">
37 <title>Developing Wine</title>
39 &compiling;
40 &debugger;
41 &documentation;
42 &testing;
43 &patches;
44 &i18n;
45 &tools;
46 </part>
48 <part id="part-two">
49 <title>Wine Architecture</title>
51 &architecture;
52 &debugging;
53 &ole;
54 &opengl;
55 &build;
56 &dlls;
57 </part>
59 <part id="part-three">
60 <title>Advanced Topics</title>
61 &implementation;
62 &porting;
63 &consoles;
64 &cvs-regression;
65 </part>
67 </book>