blob: 3cf052c949b3d60f8c9bf9038ca2d8e274cb5044 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Makefile.fpc for Free Pascal libndsfpc 2.x.y Examples
#
[target]
dirs=3D_Both_Screens BoxTest Display_List Display_List_2 Env_Mapping Mixed_Text_3D Ortho \
Paletted_Cube Picking Simple_Quad Simple_Tri Textured_Cube Textured_Quad Toon_Shading nehe
[require]
packages=libndsfpc
[install]
fpcpackage=y
[default]
fpcdir=../../../../..
[rules]
.NOTPARALLEL:
|