mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-02 18:58:24 +02:00
26 lines
307 B
Makefile
26 lines
307 B
Makefile
#
|
|
# Makefile.fpc for oracle units
|
|
#
|
|
|
|
[package]
|
|
name=oracle
|
|
version=1.0.6
|
|
|
|
[target]
|
|
units=oraoci
|
|
exampledirs=example
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
# in libdir variable must be path to libraries
|
|
# libclntsh.*,libnlsrtl3.*
|
|
#[compiler]
|
|
#libdir=/usr/local/oracle8cli/lib
|