summaryrefslogtreecommitdiff
path: root/packages/hermes/Makefile.fpc.fpcmake
blob: 3d8219a4c82313e16d8ede184e6e0fd7f7f24e2d (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
#
#   Makefile.fpc for Hermes
#

[package]
name=hermes
version=3.2.0rc1

[target]
units=hermes

[compiler]
#options_i386_linux=-dI386_ASSEMBLER
#options_i386_win32=-dI386_ASSEMBLER
#options_i386_go32v2=-dI386_ASSEMBLER
#options_i386_freebsd=-dI386_ASSEMBLER
#options_i386_haiku=-dI386_ASSEMBLER
#options_i386_beos=-dI386_ASSEMBLER
#options_x86_64_linux=-dX86_64_ASSEMBLER
#options_x86_64_win64=-dX86_64_ASSEMBLER
#options_x86_64_freebsd=-dX86_64_ASSEMBLER

unitdir=
targetdir=.
includedir=src
sourcedir=src tests

[install]
fpcpackage=y

[default]
fpcdir=../..

[rules]
.NOTPARALLEL: