ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/testsuite/Makefile.fpc
Revision: 370
Committed: Wed Jan 5 14:59:15 2022 UTC (2 years, 3 months ago) by tony
File size: 352 byte(s)
Log Message:
Initialise UDR branch

File Contents

# User Rev Content
1 tony 45 [requires]
2     packages=fcl-res
3     libc=y
4    
5     [compiler]
6     options= -MObjFPC -Scghi -Cg -Cr -O1 -g -gl -gh -l -vewnhibq -dUseCThreads
7    
8     unittargetdir=testunits/$(CPU_TARGET)-$(OS_TARGET)
9     includedir=../client/3.0/firebird ../client/include ../include
10 tony 315 unitdir=testApp ../client ../client/3.0/firebird ../client/2.5 . ../client/3.0 ..
11 tony 45
12     [target]
13     programs=testsuite
14    
15    
16