mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:59:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			206 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			206 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#   Makefile.fpc for FastCGI
 | 
						|
#
 | 
						|
 | 
						|
[package]
 | 
						|
name=fastcgi
 | 
						|
version=2.5.1
 | 
						|
 | 
						|
[target]
 | 
						|
units=fastcgi
 | 
						|
 | 
						|
[compiler]
 | 
						|
options=-S2h
 | 
						|
sourcedir=src
 | 
						|
 | 
						|
[install]
 | 
						|
fpcpackage=y
 | 
						|
 | 
						|
[default]
 | 
						|
fpcdir=../..
 | 
						|
 | 
						|
 | 
						|
[rules]
 | 
						|
.NOTPARALLEL:
 |