1234567891011121314151617181920212223242526 |
- #
- # Makefile.fpc for Tcl/Tk bindings
- #
- [package]
- name=tcl
- version=2.0.0
- [target]
- units=tcl80
- examples=tcl_demo
- [require]
- libc=y
- packages=fcl-base
- [install]
- fpcpackage=y
- [default]
- fpcdir=../../..
- [shared]
- build=n
- [rules]
- .NOTPARALLEL:
|