mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-13 13:31:36 +01:00
24 lines
214 B
Makefile
24 lines
214 B
Makefile
#
|
|
# Makefile.fpc for Tcl/Tk bindings
|
|
#
|
|
[package]
|
|
name=tcl
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=tcl80
|
|
examples=tcl_demo
|
|
|
|
[require]
|
|
libc=y
|
|
packages=fcl
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[shared]
|
|
build=n
|