| 123456789101112131415 |
- #
- # 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
|