summaryrefslogtreecommitdiff
path: root/gui/Makefile.fpc
blob: c3c7f032a93605c4347f139d0df3863229f420ee (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
34
35
36
37
38
39
40
41
#
#   Makefile.fpc for fpGUI
#

[package]
name=fpgui
version=0.3

[require]
packages=fcl fpgfx

[target]
units=fpgui stylemanager
#dirs=db

#[dirs]
#incdir=defimpl
#incdir_win32=win32

[compiler]
unittargetdir=units
#targetdir=.
options=-S2h
includedir_linux=defimpl
includedir_freebsd=defimpl
includedir_netbsd=defimpl
includedir_win32=win32

[install]
#buildunit=fpgui
fpcpackage=y

[default]
fpcdir=/opt/fpc/src

[rules]
fpgui$(PPUEXT): $(wildcard *.pas *.inc)

[libs]
libname=libfpgui.so
libversion=0.3