flext  0.6.0
flcwmax.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 
15 #ifndef _FLEXT_CW_MAX_H
16 #define _FLEXT_CW_MAX_H
17 
18 #ifndef __MWERKS__
19  #error "This header file is for CodeWarrior only."
20 #endif
21 
22 #define FLEXT_SYS 1
23 #define FLEXT_USE_SIMD
24 
25 #ifndef _CW_NOPRECOMP
26  #include <MacHeaders.h>
27 #endif
28 
29 #if /*__option(sym) ||*/ !__option(opt_dead_code)
30  #pragma message("Optimization disabled -> Compiling a debug version (with FLEXT_DEBUG)")
31  #define FLEXT_DEBUG
32 #endif
33 
34 /* #define _LOG */
35 
36 #endif