summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authordas <das@noemail.net>2002-04-23 14:26:42 (GMT)
committerdas <das@noemail.net>2002-04-23 14:26:42 (GMT)
commit24cf19108a8e056a67c9fa5099dc2c7dc8ec1309 (patch)
tree82d6e32c48f36ead2e1580bd4d2fe9df8735e6b0 /mac
parentb90369b82939331fa6263e79223825fb4e9f3565 (diff)
downloadtcl-24cf19108a8e056a67c9fa5099dc2c7dc8ec1309.zip
tcl-24cf19108a8e056a67c9fa5099dc2c7dc8ec1309.tar.gz
tcl-24cf19108a8e056a67c9fa5099dc2c7dc8ec1309.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. FossilOrigin-Name: f86ce486a9e0a2dfc1903407d04186648638e676
Diffstat (limited to 'mac')
-rw-r--r--mac/tclMacResource.r4
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