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