Makefile.fpc 538 B

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # Makefile.fpc for Free Vision for Free Pascal
  3. #
  4. [package]
  5. name=fv
  6. version=2.0.0
  7. [target]
  8. units=buildfv
  9. implicitunits=app colortxt dialogs drivers editors \
  10. fvcommon fvconsts gadgets histlist inplong memory \
  11. menus msgbox statuses stddlg tabs time validate \
  12. views sysmsg asciitab timeddlg
  13. exampledirs=test
  14. [libs]
  15. libname=libfpfv.so
  16. libversion=2.0.0
  17. [compiler]
  18. targetdir=.
  19. [install]
  20. buildunit=buildfv
  21. fpcpackage=y
  22. [default]
  23. fpcdir=..
  24. [rules]
  25. buildfv$(PPUEXT): $(wildcard *.pas *.inc)