mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-07 12:00:36 +01:00
30 lines
319 B
Makefile
30 lines
319 B
Makefile
#
|
|
# Makefile.fpc for OpenGL ES for FPC
|
|
#
|
|
|
|
[package]
|
|
name=opengles
|
|
version=2.5.1
|
|
|
|
# [require]
|
|
# packages_linux=x11
|
|
#
|
|
|
|
[target]
|
|
units_arm_darwin=gles11
|
|
units_i386_darwin=gles11
|
|
exampledirs=examples
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src examples
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|