mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-15 07:45:58 +02:00
21 lines
193 B
Makefile
21 lines
193 B
Makefile
#
|
|
# Makefile.fpc for GL demos
|
|
#
|
|
|
|
[target]
|
|
programs=glutdemo morph3d bounce radblur
|
|
|
|
[require]
|
|
packages=opengl
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
|
|
[default]
|
|
fpcdir=../../../..
|
|
|
|
|