Makefile.fpc 196 B

1234567891011121314151617181920
  1. #
  2. # Makefile.fpc for Tcl/Tk bindings
  3. #
  4. [package]
  5. name=tcl
  6. version=1.9.0
  7. [target]
  8. units=tcl80
  9. examples=tcl_demo
  10. [require]
  11. libc=y
  12. packages=fcl
  13. [install]
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../../..