Block SIGINT and SIGALRM in signal handlers.
[wine/multimedia.git] / documentation / wine-devel.sgml
blob3ed8aabac541c80a47a4f3cdec3c0cb5ea2a8a62
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 patches SYSTEM "patches.sgml">
11 <!entity i18n SYSTEM "i18n.sgml">
12 <!entity porting SYSTEM "porting.sgml">
14 <!entity architecture SYSTEM "architecture.sgml">
15 <!entity ole SYSTEM "ole.sgml">
16 <!entity debugger SYSTEM "debugger.sgml">
17 <!entity consoles SYSTEM "consoles.sgml">
18 <!entity implementation SYSTEM "implementation.sgml">
19 <!entity opengl SYSTEM "opengl.sgml">
20 <!entity build SYSTEM "build.sgml">
21 <!entity tools SYSTEM "tools.sgml">
22 <!entity dlls SYSTEM "dlls.sgml">
23 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
25 <!--
26 <!entity status SYSTEM "status.sgml">
27 -->
30 <book id="index">
31 <bookinfo>
32 <title>Wine Developer's Guide</title>
33 </bookinfo>
35 <part id="part-one">
36 <title>Developing Wine</title>
38 &compiling;
39 &debugger;
40 &documentation;
41 &patches;
42 &i18n;
43 &tools;
44 </part>
46 <part id="part-two">
47 <title>Wine Architecture</title>
49 &architecture;
50 &debugging;
51 &ole;
52 &opengl;
53 &build;
54 &dlls;
55 </part>
57 <part id="part-three">
58 <title>Advanced Topics</title>
59 &implementation;
60 &porting;
61 &consoles;
62 &cvs-regression;
63 </part>
65 </book>