mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 17:09:27 +02:00
22 lines
277 B
Makefile
22 lines
277 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal libgbafpc 2.x.y Examples
|
|
#
|
|
[package]
|
|
name=libgbafpc-graphics-examples
|
|
version=3.3.1
|
|
|
|
[target]
|
|
dirs=ansi_console PCXView SimpleBGScroll
|
|
|
|
[require]
|
|
packages=libgbafpc
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|