mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 07:33:38 +02:00
16 lines
161 B
Makefile
16 lines
161 B
Makefile
#
|
|
# Makefile.fpc for Linux dynamic GL units
|
|
#
|
|
|
|
[defaults]
|
|
defaulttarget=linux
|
|
|
|
[targets]
|
|
units=gl glu glx glut
|
|
|
|
[require]
|
|
packages=x11
|
|
|
|
[dirs]
|
|
fpcdir=../../..
|