blob: 8e4d7dfd2466de47475b7f5809098c5bf1499693 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#
# Makefile.fpc for objective-c runtime library bindings
#
[package]
name=obcjrtl
version=2.5.1
[target]
units=objcrtl objcrtl10 objcrtl20 objcrtliphoneos objcrtlmacosx objcrtlutils
[install]
fpcpackage=y
[default]
fpcdir=../..
[compiler]
includedir=src
sourcedir=src
[rules]
.NOTPARALLEL:
|