Makefile.fpc 565 B

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # Makefile.fpc for Free Vision for Free Pascal
  3. #
  4. [package]
  5. name=fv
  6. version=2.5.1
  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 outline
  13. exampledirs=examples
  14. rsts=app dialogs editors msgbox stddlg
  15. [libs]
  16. libname=libfpfv.so
  17. libversion=2.0.0
  18. [compiler]
  19. sourcedir=src
  20. [install]
  21. buildunit=buildfv
  22. fpcpackage=y
  23. [default]
  24. fpcdir=../..
  25. [rules]
  26. .NOTPARALLEL: