mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-13 13:11:28 +01:00
20 lines
261 B
Makefile
20 lines
261 B
Makefile
#
|
|
# Makefile.fpc for cdrom
|
|
#
|
|
|
|
[package]
|
|
name=cdrom
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=cdrom discid
|
|
implicitunits_win32=scsidefs wnaspi32 cdromioctl wincd
|
|
implicitunits_linux=major lincd
|
|
examples=showcds getdiscid
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|