mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 03:08:43 +02:00
29 lines
265 B
Makefile
29 lines
265 B
Makefile
#
|
|
# Makefile.fpc for SVGALib Bindings
|
|
#
|
|
|
|
[package]
|
|
name=svgalib
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=svgalib vgamouse
|
|
exampledirs=examples
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|