summaryrefslogtreecommitdiff
path: root/packages/fv/Makefile.fpc.fpcmake
blob: c627a1238f26174f73ba84084470e2e3e2efb284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
#   Makefile.fpc for Free Vision for Free Pascal
#

[package]
name=fv
version=3.2.0-beta

[target]
units=buildfv
implicitunits=app colortxt dialogs drivers editors \
              fvcommon fvconsts gadgets histlist inplong memory \
              menus msgbox statuses stddlg tabs time validate \
              views sysmsg asciitab timeddlg outline
exampledirs=examples
rsts=app dialogs editors msgbox stddlg

[libs]
libname=libfpfv.so
libversion=2.0.0

[compiler]
sourcedir=src

[install]
buildunit=buildfv
fpcpackage=y

[default]
fpcdir=../..

[rules]
.NOTPARALLEL: