mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
+ Makefile for the examples
git-svn-id: trunk@12506 -
This commit is contained in:
parent
66dfc61eaa
commit
0aac3a7aaa
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -3662,6 +3662,8 @@ packages/opengl/src/tinygl.inc svneol=native#text/plain
|
||||
packages/opengl/src/tinyglh.inc svneol=native#text/plain
|
||||
packages/opengles/Makefile svneol=native#text/plain
|
||||
packages/opengles/Makefile.fpc svneol=native#text/plain
|
||||
packages/opengles/examples/Makefile svneol=native#text/plain
|
||||
packages/opengles/examples/Makefile.fpc svneol=native#text/plain
|
||||
packages/opengles/examples/glutdemoes.pp svneol=native#text/plain
|
||||
packages/opengles/src/gles11.pp svneol=native#text/plain
|
||||
packages/openssl/Makefile svneol=native#text/plain
|
||||
|
2166
packages/opengles/examples/Makefile
Normal file
2166
packages/opengles/examples/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
21
packages/opengles/examples/Makefile.fpc
Normal file
21
packages/opengles/examples/Makefile.fpc
Normal file
@ -0,0 +1,21 @@
|
||||
#
|
||||
# Makefile.fpc for GL demos
|
||||
#
|
||||
|
||||
[target]
|
||||
programs=glutdemoes
|
||||
|
||||
[require]
|
||||
packages=opengles
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
||||
[compiler]
|
||||
options=-S2h
|
||||
|
||||
[default]
|
||||
fpcdir=../../..
|
||||
|
||||
[rules]
|
||||
.NOTPARALLEL:
|
Loading…
Reference in New Issue
Block a user