wxWidgets/include/wx_cw.pch
1999-11-05 09:16:09 +00:00

27 lines
582 B
Plaintext

#if __option (profile)
#if __POWERPC__
#pragma precompile_target "wx_PPC_prof.mch"
#elif __INTEL__
#pragma precompile_target "wx_x86_prof.mch"
#elif __CFM68K__
#pragma precompile_target "wx_cfm_prof.mch"
#else
#pragma precompile_target "wx_68k_prof.mch"
#endif
#else
#if __POWERPC__
#pragma precompile_target "wx_PPC.mch"
#elif __INTEL__
#pragma precompile_target "wx_x86.mch"
#elif __CFM68K__
#pragma precompile_target "wx_cfm.mch"
#else
#pragma precompile_target "wx_68k.mch"
#endif
#endif
#pragma once on
#undef WX_PRECOMP
#define wxUSE_GUI 1
#include "wx/wx_cw_cm.h"