mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-13 08:45:58 +02:00

* Updated Paletted Cube example to use new dynamic textures * Regenerated makefiles + Added filesystem example git-svn-id: trunk@16920 -
19 lines
196 B
Makefile
19 lines
196 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal libndsfpc 2.x.y Examples
|
|
#
|
|
|
|
[target]
|
|
dirs=nitrodir
|
|
|
|
[require]
|
|
packages=libndsfpc
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|