mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 03:59:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			208 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			208 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#   Makefile.fpc for Postgres bindings
 | 
						|
#
 | 
						|
 | 
						|
[package]
 | 
						|
name=postgres
 | 
						|
version=1.9.4
 | 
						|
 | 
						|
[target]
 | 
						|
units=dllist postgres
 | 
						|
examples=testpg1 testpg2
 | 
						|
 | 
						|
[require]
 | 
						|
libc=y
 | 
						|
 | 
						|
[install]
 | 
						|
fpcpackage=y
 | 
						|
 | 
						|
[default]
 | 
						|
fpcdir=../../..
 |