ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/fbsql/Makefile.fpc
Revision: 47
Committed: Mon Jan 9 15:31:51 2017 UTC (7 years, 3 months ago) by tony
File size: 448 byte(s)
Log Message:
Committing updates for Release R2-0-1

File Contents

# User Rev Content
1 tony 47 [requires]
2     packages=fcl-res
3     libc=y
4    
5     [compiler]
6     options= -MObjFPC -Scghi -Cg -Cr -O3 -l -vewnhibq -dUseCThreads
7    
8     unittargetdir=buildlib/$(CPU_TARGET)-$(OS_TARGET)
9     includedir=$(FBINTFDIR)/client/3.0/firebird $(FBINTFDIR)/client/include $(FBINTFDIR)/include ../../runtime
10     unitdir=$(FBINTFDIR)/client $(FBINTFDIR)/client/3.0/firebird $(FBINTFDIR)/client/2.5 . $(FBINTFDIR)/client/3.0 $(FBINTFDIR) ../../runtime $(LAZUTILS)
11    
12     [target]
13     programs=fbsql
14    
15    
16