summaryrefslogtreecommitdiff
path: root/tk/mac/MW_TkTestHeader.pch
diff options
context:
space:
mode:
Diffstat (limited to 'tk/mac/MW_TkTestHeader.pch')
-rw-r--r--tk/mac/MW_TkTestHeader.pch34
1 files changed, 6 insertions, 28 deletions
diff --git a/tk/mac/MW_TkTestHeader.pch b/tk/mac/MW_TkTestHeader.pch
index 5073c6a55f1..91efb4350e2 100644
--- a/tk/mac/MW_TkTestHeader.pch
+++ b/tk/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
@@ -31,34 +31,12 @@
#pragma precompile_target "MW_TkTestHeader68K"
#endif
-#define TCL_DEBUG 1
-
-/*#define TCL_THREADS 1*/
-
-#include "tclMacCommonPch.h"
+#define BUILD_tk 1
-#ifdef TCL_DEBUG
- #define TK_TEST
-#endif
+#define STATIC_BUILD 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 NeedFunctionPrototypes 1
-#define NeedWidePrototypes 0
-
-/*
- * 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_DEBUG 1
-#include <tcl.h>
-#pragma export on
-#include "tk.h"
-#include "tkInt.h"
-#pragma export off
+#define TCL_THREADS 1
+#include "MW_TkHeaderCommon.h"