mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 00:08:16 +02:00
22 lines
252 B
Makefile
22 lines
252 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal libgbafpc 2.x.y Examples
|
|
#
|
|
[package]
|
|
name=libgbafpc-audio-examples
|
|
version=3.3.1
|
|
|
|
[target]
|
|
dirs=PlayBoyScout
|
|
|
|
[require]
|
|
packages=libgbafpc
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|