summaryrefslogtreecommitdiff
path: root/packages/iosxlocale/Makefile.fpc.fpcmake
blob: fa320fc560e57688537b0b612ebab7e38426817e (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
#
#   Makefile.fpc for Apple Universal Interfaces for Free Pascal
#

[package]
name=univint
version=3.2.0rc1

[target]
units=iosxlocale iosxwstr

[libs]
libversion=2.0.0

# FPCMacOSAll is not a build unit, but directly includes the code of
# most other units
[install]
fpcpackage=y

[compiler]
includedir=src
sourcedir=src

[default]
fpcdir=../..

[prerules]

[rules]