123456789101112131415161718192021222324252627282930 |
- #
- # Makefile.fpc for WinUnits
- #
- [package]
- name=winunits-base
- version=2.2.0
- [target]
- units=buildwinutilsbase
- implicitunits=flatsb winver mmsystem comobj comconst commctrl ole2 activex shellapi shlobj oleserver \
- shfolder richedit
- examples=examples
- rsts = jwawintype comconst
- [install]
- buildunit=buildwinutilsbase
- fpcpackage=y
- [default]
- fpcdir=../..
- [compiler]
- options=-Ur
- sourcedir=src
- [rules]
- .NOTPARALLEL:
|