From bf47097699f7f908f97e75a28b1b8d0817ed7bae Mon Sep 17 00:00:00 2001 From: das Date: Tue, 23 Apr 2002 14:26:42 +0000 Subject: * mac/tclMacResource.r: added check of TCLTK_NO_LIBRARY_TEXT_RESOURCES #define to allow disabling the inclusion of the tcl library code in the resource fork of Tcl executables and shared libraries. --- ChangeLog | 7 +++++++ mac/tclMacResource.r | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc63942..4c93b52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-04-24 Daniel Steffen + + * mac/tclMacResource.r: added check of + TCLTK_NO_LIBRARY_TEXT_RESOURCES #define to allow disabling the + inclusion of the tcl library code in the resource fork of Tcl + executables and shared libraries. + 2002-04-23 Donal K. Fellows * doc/TraceCmd.3: New file that documents Tcl_CommandTraceInfo, diff --git a/mac/tclMacResource.r b/mac/tclMacResource.r index b8ccedf..3cb9d88 100644 --- a/mac/tclMacResource.r +++ b/mac/tclMacResource.r @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacResource.r,v 1.6 2001/12/27 22:46:28 das Exp $ + * RCS: @(#) $Id: tclMacResource.r,v 1.7 2002/04/23 14:26:42 das Exp $ */ #include @@ -38,5 +38,7 @@ * will load the TEXT resource named "Init". */ +#ifndef TCLTK_NO_LIBRARY_TEXT_RESOURCES #include "tclMacTclCode.r" +#endif -- cgit v0.12