mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 12:59:29 +01:00 
			
		
		
		
	* Replaced htmldoc unit with dom_html unit * Added SAX parser framework and SAX HTML parser
		
			
				
	
	
		
			20 lines
		
	
	
		
			259 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			259 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#   Makefile.fpc for XML for FCL
 | 
						|
#
 | 
						|
 | 
						|
[package]
 | 
						|
main=fcl
 | 
						|
 | 
						|
[target]
 | 
						|
units=sax dom sax_html dom_html xmlcfg xmlread xmlstreaming xmlwrite xhtml htmldefs htmwrite
 | 
						|
 | 
						|
[compiler]
 | 
						|
options=-S2h
 | 
						|
targetdir=../$(OS_TARGET)
 | 
						|
 | 
						|
[install]
 | 
						|
fpcpackage=y
 | 
						|
 | 
						|
[default]
 | 
						|
fpcdir=../..
 |