1234567891011121314151617181920212223242526272829303132333435363738 |
- #
- # Makefile.fpc for Free Vision for Free Pascal
- #
- [package]
- name=fv
- version=1.9.0
- [target]
- units=buildfv
- implicitunits=app callspec colortxt dialogs drivers editors fileio \
- fvcommon fvconsts gadgets histlist inplong memory \
- menus msgbox resource statuses stddlg tabs time validate \
- views gfvgraph
- units_go32v2=sysmsg
- units_win32=sysmsg
- units_linux=sysmsg
- units_freebsd=sysmsg
- units_netbsd=sysmsg
- units_openbsd=sysmsg
- exampledirs=test
- [libs]
- libname=libfpfv.so
- libversion=1.0
- [compiler]
- targetdir=.
- [install]
- buildunit=buildfv
- fpcpackage=y
- [default]
- fpcdir=..
- [rules]
- buildfv$(PPUEXT): $(wildcard *.pas *.inc)
|