Makefile.fpc 432 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.fpc for WinUnits
  3. #
  4. [package]
  5. name=winunits-base
  6. version=2.2.0
  7. [target]
  8. units=buildwinutilsbase
  9. implicitunits=flatsb winver mmsystem comobj comconst commctrl ole2 activex shellapi shlobj oleserver \
  10. shfolder richedit
  11. examples=examples
  12. rsts = jwawintype comconst
  13. [install]
  14. buildunit=buildwinutilsbase
  15. fpcpackage=y
  16. [default]
  17. fpcdir=../..
  18. [compiler]
  19. options=-Ur
  20. sourcedir=src
  21. [rules]
  22. .NOTPARALLEL: