flext  0.6.0
flcwpd-x.h
Go to the documentation of this file.
1 /*
2 
3 flext - C++ layer for Max/MSP and pd (pure data) externals
4 
5 Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net)
6 For information on usage and redistribution, and for a DISCLAIMER OF ALL
7 WARRANTIES, see the file, "license.txt," in this distribution.
8 
9 */
10 
11 /* This is the prefix file for CodeWarrior projects - OS X version */
12 
13 #ifndef _FLEXT_CW_PD_X_H
14 #define _FLEXT_CW_PD_X_H
15 
16 #ifndef __MWERKS__
17  #error "This header file is for CodeWarrior only."
18 #endif
19 
20 #define FLEXT_SYS 2
21 #define FLEXT_USE_SIMD
22 
23 #define TARGET_API_MAC_CARBON 1
24 #define _POSIX_C_SOURCE
25 
26 #ifndef _CW_NOPRECOMP
27 // #include <MacHeadersMach-O.h>
28 // #include <MSL MacHeadersMach-O.h>
29 #endif
30 
31 #if __option(sym) || !__option(opt_dead_code)
32  #define FLEXT_DEBUG
33 #endif
34 
35 /* #define _LOG */
36 
37 #endif