mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 19:20:46 +01: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:
|