mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 13:31:14 +02:00
16 lines
359 B
Makefile
16 lines
359 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal Packages
|
|
#
|
|
|
|
[targets]
|
|
# For linux zlib is used for others paszlib is used, can't include both
|
|
# because of conflicting units
|
|
dirs=ibase mysql uncgi gdbint api fv
|
|
dirs_linux=gtk opengl utmp inet postgres ncurses x11 forms svgalib ggi zlib
|
|
dirs_win32=gtk opengl paszlib
|
|
dirs_go32v2=paszlib
|
|
dirs_os2=paszlib
|
|
|
|
[sections]
|
|
none=1
|