14 lines
		
	
	
		
			436 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			436 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding='UTF-8'?>
 | 
						|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.5//EN"
 | 
						|
		"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 | 
						|
 | 
						|
<chapter id="programming" xmlns:xi="http://www.w3.org/2001/XInclude">
 | 
						|
	<title>Programming with Cygwin</title>
 | 
						|
 | 
						|
	<xi:include href="gcc.xml"/>
 | 
						|
	<xi:include href="gdb.xml"/>
 | 
						|
	<xi:include href="dll.xml"/>
 | 
						|
	<xi:include href="windres.xml"/>
 | 
						|
	<xi:include href="gprof.xml"/>
 | 
						|
</chapter>
 |