mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 12:23:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			317 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			317 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#   Makefile.fpc for Postgres bindings
 | 
						|
#
 | 
						|
 | 
						|
[package]
 | 
						|
name=postgres
 | 
						|
version=2.7.1
 | 
						|
 | 
						|
[target]
 | 
						|
units=dllist dllistdyn postgres postgres3 postgres3dyn
 | 
						|
exampledirs=examples
 | 
						|
 | 
						|
[require]
 | 
						|
libc=y
 | 
						|
 | 
						|
[install]
 | 
						|
fpcpackage=y
 | 
						|
 | 
						|
[default]
 | 
						|
fpcdir=../..
 | 
						|
 | 
						|
[compiler]
 | 
						|
includedir=src
 | 
						|
sourcedir=src
 | 
						|
 | 
						|
[shared]
 | 
						|
build=n
 | 
						|
 | 
						|
[rules]
 | 
						|
.NOTPARALLEL:
 | 
						|
 |