Differences From Artifact [c83f2d7ef6]:
- File unix/tclooConfig.sh — part of check-in [21954dc8a9] at 2012-11-13 21:31:30 on branch core-8-6-0-rc — merge trunk (user: dgp size: 771) [more...]
- File win/tclooConfig.sh — part of check-in [21954dc8a9] at 2012-11-13 21:31:30 on branch core-8-6-0-rc — merge trunk (user: dgp size: 771)
To Artifact [adbeb0db09]:
- File unix/tclooConfig.sh — part of check-in [32f292bcc3] at 2013-09-18 12:32:26 on branch trunk — Bump TclOO version to 1.0.1 (user: dkf size: 773) [more...]
- File win/tclooConfig.sh — part of check-in [32f292bcc3] at 2013-09-18 12:32:26 on branch trunk — Bump TclOO version to 1.0.1 (user: dkf size: 773)
| ︙ | ︙ | |||
12 13 14 15 16 17 18 | # 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="" | | | 12 13 14 15 16 17 18 19 | # 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="" TCLOO_VERSION=1.0.1 |