diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-09-26 21:42:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-09-26 21:42:04 (GMT) |
commit | 816780ff7b5566020f5e676eb6ca0e77c6347e41 (patch) | |
tree | 277b26149a1a22e4892fa023d9356b0c65b19053 /win/tclooConfig.sh | |
parent | d979bd019aca7a87ce8bb62692fb3ebb66ff0117 (diff) | |
download | tcl-816780ff7b5566020f5e676eb6ca0e77c6347e41.zip tcl-816780ff7b5566020f5e676eb6ca0e77c6347e41.tar.gz tcl-816780ff7b5566020f5e676eb6ca0e77c6347e41.tar.bz2 |
Added dummy tclooConfig.sh files for easier cross-version building. [2026844]
Diffstat (limited to 'win/tclooConfig.sh')
-rw-r--r-- | win/tclooConfig.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/win/tclooConfig.sh b/win/tclooConfig.sh new file mode 100644 index 0000000..565fe98 --- /dev/null +++ b/win/tclooConfig.sh @@ -0,0 +1,21 @@ +# tclooConfig.sh -- +# +# This shell script (for sh) is generated automatically by TclOO's configure +# script, or would be except it has no values that we substitute. It will +# create shell variables for most of the configuration options discovered by +# the configure script. This script is intended to be included by TEA-based +# configure scripts for TclOO extensions so that they don't have to figure +# this all out for themselves. +# +# The information in this file is specific to a single platform. +# +# RCS: @(#) $Id: tclooConfig.sh,v 1.1 2009/09/26 21:42:05 dkf Exp $ + +# These are mostly empty because no special steps are ever needed from Tcl 8.6 +# onwards; all libraries and include files are just part of Tcl. +TCLOO_LIB_SPEC="" +TCLOO_STUB_LIB_SPEC="" +TCLOO_INCLUDE_SPEC="" +TCLOO_PRIVATE_INCLUDE_SPEC="" +TCLOO_CFLAGS=-DUSE_TCLOO_STUBS +TCLOO_VERSION=0.6.1 |