blob: df2cbb03096c2eeb9da6782a0bd65f35492bfaeb (
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
|
#
# Makefile.fpc for Free Pascal Amiga units Bindings
#
[package]
name=amunits
version=2.6.4
[target]
units= msgbox amigautils wbargs vartags pastoc tagsarray systemvartags \
deadkeys consoleio pcq longarray linklist hisoft timerutils easyasl \
doublebuffer intuition graphics amigalib nonvolatile iffparse hardware \
expansion diskfont conunit amigados configvars keyboard bootblock icon \
cd realtime rexx translator scsidisk lowlevel configregs prefs parallel \
gadtools prtgfx romboot_base trackdisk expansionbase amigaguide \
amigaprinter bullet clipboard keymap utility timer workbench colorwheel \
prtbase console locale tapedeck serial gameport gradientslider input \
audio datatypes asl commodities hardblocks layers inputevent identify \
gtlayout tritonmacros render mui picasso96api guigfx preferences \
xadmaster cybergraphics ptreplay reqtools amarquee ttengine triton zlib \
mysticview ahi lucyplay ahi_sub
[compiler]
includedir=src
sourcedir=src src/otherlibs src/utilunits src/coreunits tests
[install]
fpcpackage=y
[default]
fpcdir=../..
[rules]
.NOTPARALLEL:
|