summaryrefslogtreecommitdiffstats
path: root/mac/MW_TkTestHeader.pch
diff options
context:
space:
mode:
authordas <das>2001-11-23 02:04:08 (GMT)
committerdas <das>2001-11-23 02:04:08 (GMT)
commit555e27daed13d9ab8603272008a3dfa36809d9f5 (patch)
tree0d0864ac4fc0b0ff178f5869f1600d2c584109c8 /mac/MW_TkTestHeader.pch
parentb251d118045d610f59c32bfbc562f14c1b81c22c (diff)
downloadtk-555e27daed13d9ab8603272008a3dfa36809d9f5.zip
tk-555e27daed13d9ab8603272008a3dfa36809d9f5.tar.gz
tk-555e27daed13d9ab8603272008a3dfa36809d9f5.tar.bz2
** upport to 8.4 of mac code changes for 8.3.3 & various new
** changes for 8.4, some already backported to 8.3.4 (patch #435660) see ChangeLog for details
Diffstat (limited to 'mac/MW_TkTestHeader.pch')
-rwxr-xr-xmac/MW_TkTestHeader.pch35
1 files changed, 7 insertions, 28 deletions
diff --git a/mac/MW_TkTestHeader.pch b/mac/MW_TkTestHeader.pch
index 5d24749..59a2a9a 100755
--- a/mac/MW_TkTestHeader.pch
+++ b/mac/MW_TkTestHeader.pch
@@ -1,5 +1,5 @@
/*
- * MW_TkHeader.pch --
+ * MW_TkTestHeader.pch --
*
* This file is the source for a pre-compilied header that gets used
* for all files in the Tk projects. This make compilies go a bit
@@ -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_TkTestHeader.pch,v 1.1 2000/02/10 08:45:30 jingham Exp $
+ * RCS: @(#) $Id: MW_TkTestHeader.pch,v 1.2 2001/11/23 02:04:31 das Exp $
*/
/*
@@ -31,33 +31,12 @@
#pragma precompile_target "MW_TkTestHeader68K"
#endif
-#define TCL_DEBUG 1
-
-/*#define TCL_THREADS 1*/
-
-#include "tclMacCommonPch.h"
-
-#ifdef TCL_DEBUG
- #define TK_TEST
-#endif
+#define BUILD_tk 1
-/*
- * The following defines are for the Xlib.h file to force
- * it to generate prototypes in the way we need it. This is
- * defined here in case X.h & company are ever included before
- * tk.h.
- */
+#define STATIC_BUILD 1
-#define NeedFunctionPrototypes 1
-#define NeedWidePrototypes 0
+#define TCL_DEBUG 1
-/*
- * Place any includes below that will are needed by the majority of the
- * and is OK to be in any file in the system.
- */
+#define TCL_THREADS 1
-#include <tcl.h>
-#pragma export on
-#include "tk.h"
-#include "tkInt.h"
-#pragma export off
+#include "MW_TkHeaderCommon.h"