mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 09:18:15 +02:00
27 lines
329 B
Makefile
27 lines
329 B
Makefile
#
|
|
# Makefile.fpc for cdrom
|
|
#
|
|
|
|
[package]
|
|
name=cdrom
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=cdrom discid fpcddb
|
|
implicitunits_win32=scsidefs wnaspi32 cdromioctl wincd
|
|
implicitunits_linux=major lincd
|
|
exampledirs=examples
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|