123456789101112131415161718 |
- #
- # Makefile.fpc for Free Pascal libndsfpc 2.x.y Examples
- #
- [target]
- dirs=audio_modes basic_sound reverb song_events_example song_events_example2
- [require]
- packages=libndsfpc
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../../../..
- [rules]
- .NOTPARALLEL:
|