1234567891011121314151617181920 |
- #
- # Makefile.fpc for Free Pascal libgbafpc 2.x.y Examples
- #
- [target]
- dirs= devkitPro/audio/PlayBoyScout \
- devkitPro/graphics/ansi_console devkitPro/graphics/PCXView devkitPro/graphics/SimpleBGScroll \
- devkitPro/template
- [require]
- packages=libgbafpc
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
- [rules]
- .NOTPARALLEL:
|