mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 21:48:22 +02:00
22 lines
308 B
Makefile
22 lines
308 B
Makefile
#
|
|
# Makefile.fpc for oracle units example
|
|
#
|
|
|
|
[target]
|
|
units=oraclew
|
|
examples=test01
|
|
|
|
[require]
|
|
packages=oracle fcl-base fcl-db fcl-xml
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
# in libdir variable must be path to libraries
|
|
# libclntsh.*,libnlsrtl3.*
|
|
#[compiler]
|
|
#libdir=/usr/local/oracle8cli/lib
|