mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 09:28:13 +02:00
30 lines
365 B
Makefile
30 lines
365 B
Makefile
#
|
|
# Makefile.fpc for Apple Universal Interfaces for Free Pascal
|
|
#
|
|
|
|
[package]
|
|
name=univint
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=iosxlocale iosxwstr
|
|
|
|
[libs]
|
|
libversion=2.0.0
|
|
|
|
# FPCMacOSAll is not a build unit, but directly includes the code of
|
|
# most other units
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[prerules]
|
|
|
|
[rules]
|