mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 01:51:33 +01:00
* subdir requirement checking works, but not very optimal yet as
it can load the same Makefile.fpc multiple times
15 lines
178 B
Makefile
15 lines
178 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal Runtime Library
|
|
#
|
|
|
|
[package]
|
|
name=rtl
|
|
version=1.0.5
|
|
|
|
[target]
|
|
dirs=linux win32 go32v2 go32v1 os2 freebsd
|
|
|
|
[default]
|
|
fpcdir=..
|
|
dir=$(OS_TARGET)
|