Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

gn_cw_dlld.h

Go to the documentation of this file.
00001 /////////////////////////////////////////////////////////////////////////////
00002 // Name:        gn_cw_d.h
00003 // Purpose:     libGenome precomp headers for CodeWarrior builds (Debug)
00004 // Author:      Aaron Darling
00005 // Modified by:
00006 // Created:     3/1/01
00007 // Copyright:   (c) Aaron Darling
00008 // License:     gnLicence
00009 /////////////////////////////////////////////////////////////////////////////
00010 
00011 #ifndef _GN_CW__
00012 #define _GN_CW__
00013 
00014 //#define GN_GUI
00015 #ifdef GN_GUI
00016 #include "wx/wx_cw_dlld.h"
00017 #endif
00018 
00019 #if __option(profile)
00020 #error "profiling is not supported in debug versions"
00021 #else
00022 #ifndef GN_GUI
00023 #ifdef __cplusplus
00024         #if __POWERPC__
00025                 #include "gn_PPC++_dlld.mch"
00026         #elif __INTEL__
00027                 #include "gn_x86++_dlld.mch"
00028         #elif __CFM68K__
00029                 #include "gn_cfm++_dlld.mch"
00030         #else
00031                 #include "gn_68k++_dlld.mch"
00032         #endif
00033 #else
00034         #if __POWERPC__
00035                 #include "gn_PPC_dlld.mch"
00036         #elif __INTEL__
00037                 #include "gn_x86_dlld.mch"
00038         #elif __CFM68K__
00039                 #include "gn_cfm_dlld.mch"
00040         #else
00041                 #include "gn_68k_dlld.mch"
00042         #endif
00043 #endif
00044 #endif //ndef GN_GUI
00045 #endif
00046 
00047 #endif
00048     // _GN_CW__

Generated on Mon Feb 3 02:34:38 2003 for libGenome by doxygen1.3-rc3