12345678910111213141516171819202122232425262728293031323334353637 |
- #
- # Makefile.fpc for FPVectorial Library
- #
- [package]
- name=fpvectorial
- version=2.5.1
- [require]
- libc=n
- packages=fcl-image
- [target]
- units=fpvectbuildunit
- exampledirs=
- implicitunits= avisocncgcodereader avisocncgcodewriter avisozlib fpvectorial \
- fpvtocanvas pdfvectorialreader pdfvrlexico pdfvrsemantico \
- pdfvrsintatico
- [compiler]
- includedir=src
- sourcedir=src
- [install]
- buildunit=fpvectbuildunit
- fpcpackage=y
- [shared]
- build=n
- [default]
- fpcdir=../..
- [rules]
- .NOTPARALLEL:
|