blob: d4db9bd36812b1397bf9cd80b6445ad4ed9c1d04 (
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=ansi_console console_windows custom_font print_both_screens rotscale_text
[require]
packages=libndsfpc
[install]
fpcpackage=y
[default]
fpcdir=../../../../..
[rules]
.NOTPARALLEL:
|