mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 05:11:38 +02:00
18 lines
325 B
Plaintext
18 lines
325 B
Plaintext
# I N S T A L L A T I O N P A R A M E T E R S
|
|
|
|
BINDIR = /com
|
|
MANDIR = /man
|
|
|
|
|
|
# C O M P I L A T I O N P A R A M E T E R S
|
|
|
|
EXE = .exe
|
|
CC = gcc -pedantic -Wall
|
|
LEX = flex
|
|
COPY = xcopy
|
|
ZIP = pkzip -ko
|
|
ATFILEARGS = gcc.exe:ar.exe:lint.exe## use DOS at-convention for these
|
|
LINT = lint -ansi $(SYSTEM)
|
|
|
|
SYSTEM = -DMSDOS
|