blob: 6ae8e666b8647cb1df580a58e459f32ffd931782 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Makefile.fpc for ibase units example
#
[target]
units=mod_stream teststream.pp testwrite.pp tlibsee.pp
programs=teststream testwrite tlibsee
[require]
packages=libsee
[install]
fpcpackage=y
[default]
fpcdir=../../..
|