Main Page   Class Hierarchy   Compound List   File List   Compound Members  

volatile.h

00001 /*
00002     You can change these macros to suit your own needs
00003     For a description of what each macro does, see mk/user.mak
00004 */
00005 #ifndef __CS_VOLATILE_H__
00006 #define __CS_VOLATILE_H__
00007 #define OS_MACOS 1
00008 #define CS_PLATFORM_NAME "Macintosh"
00009 #define PROC_POWERPC 1
00010 #define CS_PROCESSOR_NAME "PowerPC"
00011 // #define PROC_M68K 0
00012 // #define CS_PROCESSOR_NAME "M68K"
00013 #define COMP_MWERKS 1
00014 #define CS_COMPILER_NAME "MetroWorks"
00015 #define DO_SOUND 1
00016 
00017 #endif // __CS_VOLATILE_H__

Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000