00001
00002
00003
00004
00005
00006
00007
00008
00010
00011 #ifndef _GN_CW__
00012 #define _GN_CW__
00013
00014 #define GNMAKINGDLL
00015
00016 #define COMMAND_LINE
00017 #define __GNDEBUG__ 1
00018
00019 #ifdef GN_GUI
00020 #include "wx/wx_cw_dlld.h"
00021 #endif
00022
00023 #if __option(profile)
00024 #error "profiling is not supported in debug versions"
00025 #else
00026 #ifndef GN_GUI
00027 #ifdef __cplusplus
00028 #if __POWERPC__
00029 #include "gn_PPC++_d.mch"
00030 #elif __INTEL__
00031 #include "gn_x86++_d.mch"
00032 #elif __CFM68K__
00033 #include "gn_cfm++_d.mch"
00034 #else
00035 #include "gn_68k++_d.mch"
00036 #endif
00037 #else
00038 #if __POWERPC__
00039 #include "gn_PPC_d.mch"
00040 #elif __INTEL__
00041 #include "gn_x86_d.mch"
00042 #elif __CFM68K__
00043 #include "gn_cfm_d.mch"
00044 #else
00045 #include "gn_68k_d.mch"
00046 #endif
00047 #endif
00048 #endif //ndef GN_GUI
00049 #endif
00050
00051 #endif
00052