1// File: "tclResourcePrefix.h"
2//                        Created: 2003-09-22 10:47:15
3//              Last modification: 2005-12-27 17:28:48
4// Author: Bernard Desgraupes
5// Description: Use this header on OSX for dylib target built with CodeWarrior
6
7#define TARGET_API_MAC_CARBON	1
8#define TARGET_API_MAC_OSX	1
9
10// Stubs mechanism enabled
11#define USE_TCL_STUBS
12
13#ifndef __MWERKS__
14#error "This prefix file is for the CodeWarrior target only."
15#else
16#include "tclResource_headers.h"
17#endif  //  __MWERKS__
18
19