diff options
| author | das <das> | 2002-04-23 14:26:42 (GMT) |
|---|---|---|
| committer | das <das> | 2002-04-23 14:26:42 (GMT) |
| commit | cd9ac2cdb63d79a18f2840e9e23b6098fdf8aa61 (patch) | |
| tree | 82d6e32c48f36ead2e1580bd4d2fe9df8735e6b0 /mac | |
| parent | 67f2f4b37696ac6baf9df892c771fea26ac5ac4e (diff) | |
| download | tcl-cd9ac2cdb63d79a18f2840e9e23b6098fdf8aa61.zip tcl-cd9ac2cdb63d79a18f2840e9e23b6098fdf8aa61.tar.gz tcl-cd9ac2cdb63d79a18f2840e9e23b6098fdf8aa61.tar.bz2 | |
* 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.
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/tclMacResource.r | 4 |
1 files changed, 3 insertions, 1 deletions
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 <Types.r> @@ -38,5 +38,7 @@ * will load the TEXT resource named "Init". */ +#ifndef TCLTK_NO_LIBRARY_TEXT_RESOURCES #include "tclMacTclCode.r" +#endif |
