diff options
author | rjohnson <rjohnson> | 1998-11-10 16:30:35 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-11-10 16:30:35 (GMT) |
commit | 1cc0d594c3e31cfb905ae0ccf1c05d262ea6e6cc (patch) | |
tree | c5196533671b93b5340ffd45be61ec1175cba0ac /mac/MW_TclAppleScriptHeader.pch | |
parent | 73d2c5f07cccfd465ae5ca4c56344a38871a5b07 (diff) | |
download | tcl-1cc0d594c3e31cfb905ae0ccf1c05d262ea6e6cc.zip tcl-1cc0d594c3e31cfb905ae0ccf1c05d262ea6e6cc.tar.gz tcl-1cc0d594c3e31cfb905ae0ccf1c05d262ea6e6cc.tar.bz2 |
Added pre compiled header common to all Mac Tcl projects. This
was supplied by Jom Ingham.
Diffstat (limited to 'mac/MW_TclAppleScriptHeader.pch')
-rw-r--r-- | mac/MW_TclAppleScriptHeader.pch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/MW_TclAppleScriptHeader.pch b/mac/MW_TclAppleScriptHeader.pch index 988b4ff..bf130ab 100644 --- a/mac/MW_TclAppleScriptHeader.pch +++ b/mac/MW_TclAppleScriptHeader.pch @@ -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: MW_TclAppleScriptHeader.pch,v 1.2 1998/09/14 18:40:03 stanton Exp $ + * RCS: @(#) $Id: MW_TclAppleScriptHeader.pch,v 1.3 1998/11/10 16:30:35 rjohnson Exp $ */ /* @@ -22,6 +22,7 @@ * architecture we are compiling for (see the code below). For * example, for a 68k app the prefix file should be: MW_TclHeader68K. */ + #if __POWERPC__ #pragma precompile_target "MW_TclAppleScriptHeaderPPC" #include "MW_TclHeaderPPC" |