mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 20:09:15 +02:00

- Removed unused/outdated stuff from libndsfpc + Added new examples for libndsfpc + Added working (I hope so...) makefile.fpc for all libndsfpc/libgbafpc examples git-svn-id: trunk@13217 -
20 lines
369 B
Makefile
20 lines
369 B
Makefile
#
|
|
# 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:
|