1234567891011121314151617181920212223 |
- #
- # Makefile.fpc for objective-c runtime library bindings
- #
- [package]
- name=obcjrtl
- version=3.3.1
- [target]
- units=objcrtl objcrtl10 objcrtl20 objcrtliphoneos objcrtlmacosx objcrtlutils
- [install]
- fpcpackage=y
- [default]
- fpcdir=../..
- [compiler]
- includedir=src
- sourcedir=src
- [rules]
- .NOTPARALLEL:
|