Files
wxWidgets/include/wx_cw.pch++
Stefan Csomor 9dc0367b9a source files for precompiled headers for cw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-01-01 15:58:51 +00:00

19 lines
320 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
#define WX_PRECOMP
#include "wx/wx_cw_cm.h"
#include "wx/wxprec.h"