diff options
author | jingham <jingham> | 2000-02-10 08:38:58 (GMT) |
---|---|---|
committer | jingham <jingham> | 2000-02-10 08:38:58 (GMT) |
commit | be3a66cd070299ac1b1eccae5b282a77dbceb7ce (patch) | |
tree | a638afce5e9d8501faab9fea4b4994ae8049eaf1 /mac/MW_TclHeader.h | |
parent | 9205dde79c211967d291a4c5e971eeea85c00c20 (diff) | |
download | tcl-be3a66cd070299ac1b1eccae5b282a77dbceb7ce.zip tcl-be3a66cd070299ac1b1eccae5b282a77dbceb7ce.tar.gz tcl-be3a66cd070299ac1b1eccae5b282a77dbceb7ce.tar.bz2 |
Change to using .h files as the prefix file. This is more convenient, since the same file can be used for all targets. Also add a pre-built .pch file for tcltest
Diffstat (limited to 'mac/MW_TclHeader.h')
-rwxr-xr-x | mac/MW_TclHeader.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mac/MW_TclHeader.h b/mac/MW_TclHeader.h new file mode 100755 index 0000000..43a9029 --- /dev/null +++ b/mac/MW_TclHeader.h @@ -0,0 +1,7 @@ +#if __POWERPC__ +#include "MW_TclHeaderPPC" +#elif __CFM68K__ +#include "MW_TclHeaderCFM68K" +#else +#include "MW_TclHeader68K" +#endif |