blob: aa098c489075b374c101210d5bfb756653a5d1a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Makefile.fpc for Free Pascal libndsfpc 2.x.y Examples
#
[target]
dirs=allocation_test animate_simple bitmap_sprites fire_and_sprites simple sprite_extended_palettes sprite_rotate
[require]
packages=libndsfpc
[install]
fpcpackage=y
[default]
fpcdir=../../../../..
[rules]
.NOTPARALLEL:
|