wxWidgets/include/wx_cw.pch
1999-01-01 15:58:51 +00:00

17 lines
287 B
Plaintext

#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
#pragma once on
#undef WX_PRECOMP
#include "wx/wx_cw_cm.h"