mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-23 15:36:04 +02:00
18 lines
176 B
Makefile
18 lines
176 B
Makefile
#
|
|
# Makefile.fpc for GL demos
|
|
#
|
|
|
|
[targets]
|
|
programs=glutdemo morph3d bounce
|
|
|
|
[require]
|
|
packages=opengl
|
|
packages_linux=x11
|
|
|
|
[dirs]
|
|
fpcdir=../../..
|
|
|
|
[libs]
|
|
libother=1
|
|
libgcc=1
|