2001-01-19 21:58:37 +01:00
|
|
|
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
|
|
|
|
|
|
|
<!-- *** Include list of authors *** -->
|
|
|
|
<!entity % authors SYSTEM "authors.ent">
|
|
|
|
%authors;
|
|
|
|
|
|
|
|
<!entity compiling SYSTEM "compiling.sgml">
|
|
|
|
<!entity debugging SYSTEM "debugging.sgml">
|
|
|
|
<!entity documentation SYSTEM "documentation.sgml">
|
2002-09-17 02:07:03 +02:00
|
|
|
<!entity testing SYSTEM "testing.sgml">
|
2001-01-19 21:58:37 +01:00
|
|
|
<!entity patches SYSTEM "patches.sgml">
|
|
|
|
<!entity i18n SYSTEM "i18n.sgml">
|
|
|
|
<!entity porting SYSTEM "porting.sgml">
|
|
|
|
|
|
|
|
<!entity architecture SYSTEM "architecture.sgml">
|
|
|
|
<!entity ole SYSTEM "ole.sgml">
|
|
|
|
<!entity debugger SYSTEM "debugger.sgml">
|
|
|
|
<!entity consoles SYSTEM "consoles.sgml">
|
|
|
|
<!entity implementation SYSTEM "implementation.sgml">
|
|
|
|
<!entity opengl SYSTEM "opengl.sgml">
|
|
|
|
<!entity build SYSTEM "build.sgml">
|
|
|
|
<!entity tools SYSTEM "tools.sgml">
|
|
|
|
<!entity dlls SYSTEM "dlls.sgml">
|
|
|
|
<!entity cvs-regression SYSTEM "cvs-regression.sgml">
|
2002-11-12 03:16:48 +01:00
|
|
|
<!entity multimedia SYSTEM "multimedia.sgml">
|
2001-01-19 21:58:37 +01:00
|
|
|
|
|
|
|
<!--
|
|
|
|
<!entity status SYSTEM "status.sgml">
|
|
|
|
-->
|
|
|
|
]>
|
|
|
|
|
|
|
|
<book id="index">
|
|
|
|
<bookinfo>
|
|
|
|
<title>Wine Developer's Guide</title>
|
|
|
|
</bookinfo>
|
|
|
|
|
|
|
|
<part id="part-one">
|
|
|
|
<title>Developing Wine</title>
|
|
|
|
|
|
|
|
&compiling;
|
|
|
|
&debugger;
|
|
|
|
&documentation;
|
2002-09-17 02:07:03 +02:00
|
|
|
&testing;
|
2001-01-19 21:58:37 +01:00
|
|
|
&patches;
|
|
|
|
&i18n;
|
|
|
|
&tools;
|
|
|
|
</part>
|
|
|
|
|
|
|
|
<part id="part-two">
|
|
|
|
<title>Wine Architecture</title>
|
|
|
|
|
|
|
|
&architecture;
|
|
|
|
&debugging;
|
|
|
|
&ole;
|
|
|
|
&opengl;
|
|
|
|
&build;
|
|
|
|
&dlls;
|
2002-11-12 03:16:48 +01:00
|
|
|
&multimedia;
|
2001-01-19 21:58:37 +01:00
|
|
|
</part>
|
|
|
|
|
|
|
|
<part id="part-three">
|
|
|
|
<title>Advanced Topics</title>
|
|
|
|
&implementation;
|
|
|
|
&porting;
|
|
|
|
&consoles;
|
|
|
|
&cvs-regression;
|
|
|
|
</part>
|
|
|
|
|
|
|
|
</book>
|